forked from Ponysearch/Ponysearch
[theme] simple: do not prefer arial over user's sans-serif font
The default *sans-serif* font from the browsers most often renders much better compared to Arial font. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
a1c55caa71
commit
8ac776765c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
// Main LESS-Code
|
// Main LESS-Code
|
||||||
html {
|
html {
|
||||||
font-family: arial, sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
.text-size-adjust;
|
.text-size-adjust;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue