mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[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
@ -37,7 +37,7 @@
|
||||
|
||||
// Main LESS-Code
|
||||
html {
|
||||
font-family: arial, sans-serif;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.9em;
|
||||
.text-size-adjust;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user