diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-14 02:00:29 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-14 02:00:36 +0100 |
| commit | 3adc4abbe506aeb3a11afdd731e571b387423d42 (patch) | |
| tree | 1e4a52b56bc0b8e2c9a9c8cc7ff19fa2fa416df9 /src/frontend/app/root.css | |
| parent | ac366d04cd54869c9a2b090aae24a276c32a85a6 (diff) | |
Always use roboto
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index a517be6..ddc276b 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -46,10 +46,11 @@ --error-message-color: #4a4b56; color-scheme: light; - --font-display: "Outfit Variable", ui-sans-serif, system-ui, sans-serif; + --font-display: + "Outfit Variable", "Roboto Variable", ui-sans-serif, system-ui, sans-serif; --font-ui: - ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol", "Noto Color Emoji"; + "Roboto Variable", ui-sans-serif, system-ui, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-family: var(--font-ui); } |
