main
md 15 lines 776 Bytes
Rendered Raw
1 # Vendored WebUI fonts
2
3 Rubik and Roboto Mono are vendored from the official
4 [`google/fonts`](https://github.com/google/fonts) repository at commit
5 `7ff85c87f93ea6cca5f41c69f2e4edcb90240f26`.
6
7 | Local artifact | Upstream artifact | License |
8 | --- | --- | --- |
9 | `rubik-variable.ttf` | `ofl/rubik/Rubik[wght].ttf` | `rubik-OFL.txt` |
10 | `rubik-italic-variable.ttf` | `ofl/rubik/Rubik-Italic[wght].ttf` | `rubik-OFL.txt` |
11 | `roboto-mono-variable.ttf` | `ofl/robotomono/RobotoMono[wght].ttf` | `roboto-mono-OFL.txt` |
12 | `roboto-mono-italic-variable.ttf` | `ofl/robotomono/RobotoMono-Italic[wght].ttf` | `roboto-mono-OFL.txt` |
13
14 `fonts.css` exposes the upstream variable weight ranges through local
15 `@font-face` declarations. The WebUI must not fall back to a remote font host.