From: Michael Tremer Date: Sat, 11 Jan 2014 11:58:05 +0000 (+0100) Subject: theme: Change default font to DejaVu Sans. X-Git-Tag: v2.15-beta1~2^2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0c91170ca82e919432c56c13cc5b494a4e30693;p=ipfire-2.x.git theme: Change default font to DejaVu Sans. --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index b92b9dc02d..1097b2ddb1 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -113,7 +113,7 @@ body { background-attachment: fixed; font-size: 9pt; - font-family: "trebuchet ms", helvetica, sans-serif; + font-family: "DejaVu Sans", Helvetica, sans-serif; }