From 3adc4abbe506aeb3a11afdd731e571b387423d42 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 14 Feb 2026 02:00:29 +0100 Subject: Always use roboto --- src/frontend/app/root.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/frontend/app/root.css') 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); } -- cgit v1.3