fix problems with fonts not supporting certain languages
authorMoritz Warning <moritzwarning@web.de>
Sun, 5 Apr 2020 22:20:55 +0000 (00:20 +0200)
committerMoritz Warning <moritzwarning@web.de>
Sun, 5 Apr 2020 22:20:55 +0000 (00:20 +0200)
this was a problem with Turkish in firefox

index.css

index fb4e86c36429d955fe6fe48cc8c0cdfdfdab5305..a1c2e13efb6c82a4284caec12b323502752b9136 100644 (file)
--- 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;
 }