From 08b05849b080a38e0b488f22c40877132061c985 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 29 Nov 2023 01:01:23 +0000 Subject: [PATCH] style(frontend): prefer Arial over Liberation --- frontend/src/app.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index a7024e2dc..365f46d33 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -27,9 +27,9 @@ --color-fontsec: #5b5861 // FONTS - --font-base: 'FRADrive Sans', sans-serif + --font-base: 'Arial', 'FRADrive Sans', sans-serif --font-logo: var(--font-base) - --font-monospace: 'FRADrive Mono', monospace + --font-monospace: 'Arial Mono', 'FRADrive Mono', monospace // DIMENSIONS --header-height: 100px