From ad4336e8d9cf09dad80555a2663f540572b43169 Mon Sep 17 00:00:00 2001 From: Steve <4391026+torvista@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:03:12 +0200 Subject: [PATCH] add generic font family --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 84c5af68..9a25dfe3 100644 --- a/www/index.php +++ b/www/index.php @@ -28,7 +28,7 @@ if (!empty($_GET['q'])) { margin: 0; min-height: 100vh; font-weight: 100; - font-family: 'Karla'; + font-family: 'Karla', sans-serif; font-size: 18px; }