From 4bb243b829fee5e7ca6e347849d1d285bd7235ed Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Wed, 29 Jan 2020 09:34:16 +0100 Subject: [PATCH] fix fonts --- res/include/style/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/include/style/layout.css b/res/include/style/layout.css index c1951f5..d5f94f0 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -29,6 +29,7 @@ body{ background-color: var(--body_color); background-repeat: repeat; margin: 0; + font-family: system-ui, sans-serif; line-height: 1.5em; color: #b2b2b2; /* Fallback */ color: var(--text_color);