mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user