From fa49c6339647a259e5ef09732fb3d9392f4c7f55 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 6 Apr 2020 00:20:55 +0200 Subject: [PATCH] fix problems with fonts not supporting certain languages this was a problem with Turkish in firefox --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index fb4e86c..a1c2e13 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ body { - font-family: "Roboto", "Helvetica", "Arial", sans-serif; + font-family: "Arial", sans-serif; margin: 0px; } -- 2.30.2