From: Moritz Warning Date: Sun, 5 Apr 2020 22:20:55 +0000 (+0200) Subject: fix problems with fonts not supporting certain languages X-Git-Tag: v2.2.0~3 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fa49c6339647a259e5ef09732fb3d9392f4c7f55;p=web%2Ffirmware-selector-openwrt-org.git fix problems with fonts not supporting certain languages this was a problem with Turkish in firefox --- 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; }