From df49b1915f65a4d4b4de9836f82d6bd5fc214783 Mon Sep 17 00:00:00 2001 From: Lorenzo Stanco Date: Wed, 9 Oct 2019 17:45:09 +0200 Subject: [PATCH] Fixed serif font when Verdana is not available --- client/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/viewer.css b/client/viewer.css index e4cb0ea7..f10404d8 100644 --- a/client/viewer.css +++ b/client/viewer.css @@ -1,5 +1,5 @@ :root { - --main-font: normal 11px Verdana; + --main-font: normal 11px Verdana, sans-serif; } :global html,