mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
Merge pull request #348 from return42/no-arial
[theme] simple: do not prefer arial over user's sans-serif font
This commit is contained in:
commit
a1a53859c2
@ -2194,7 +2194,7 @@ td:hover .engine-tooltip,
|
||||
font-family: "ion";
|
||||
}
|
||||
html {
|
||||
font-family: arial, sans-serif;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.9em;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2194,7 +2194,7 @@ td:hover .engine-tooltip,
|
||||
font-family: "ion";
|
||||
}
|
||||
html {
|
||||
font-family: arial, sans-serif;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.9em;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
|
2
searx/static/themes/simple/css/searx.min.css
vendored
2
searx/static/themes/simple/css/searx.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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