From: Michael Tremer Date: Sat, 11 Jan 2014 11:58:05 +0000 (+0100) Subject: theme: Change default font to DejaVu Sans. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=d0c91170ca82e919432c56c13cc5b494a4e30693 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 b92b9dc02..1097b2ddb 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; }