From d363d1493eafe2e48fb9e76d3a521db32f61366d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 6 Dec 2021 15:23:48 +0100 Subject: [PATCH] change monospace font (jetbrains -> hack) --- ui/src/App.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/App.svelte b/ui/src/App.svelte index 4c2fc59..1ab8d70 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -44,8 +44,7 @@ html { --default-font: "Inter", sans-serif; - --monospace-font: "Fira Code", "Consolas", "JetBrains Mono", "Inconsolata", - monospace; + --monospace-font: "Fira Code", "Consolas", "Inconsolata", "Hack", monospace; --foreground: #{$primary}; --foreground-lighter: #{color.scale($primary, $lightness: 50%)}; --background: #{$background};