From d0c91170ca82e919432c56c13cc5b494a4e30693 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Jan 2014 12:58:05 +0100 Subject: [PATCH] theme: Change default font to DejaVu Sans. --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2