From 4501510d96d76719c30ebba9aeb2c0c53d37bef3 Mon Sep 17 00:00:00 2001 From: phlaym Date: Mon, 3 Apr 2023 09:44:53 +0000 Subject: [PATCH] Fix #15 --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 938b833..6e84b17 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,9 @@ body { color: var(--color-text); background-color: var(--color-bg); + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, + Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } a {