Fixed usage of wrong fallback fonts if webfonts are enabled

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-05 17:18:33 +01:00
parent 11adf4b196
commit c288d31762
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<title>{$title}Froxlor Server Management Panel</title>
<style type="text/css">
body {
font-family: {if $use_webfonts == 1}{$webfont},{/if} Verdana, Geneva, sans-serif;
font-family: {if $use_webfonts == 1}{$webfont},{/if} 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
</style>
</head>