Resolve #6858
This commit is contained in:
parent
0281961f15
commit
10fb029609
4 changed files with 24 additions and 3 deletions
|
@ -27,7 +27,7 @@ html {
|
|||
color: var(--fg);
|
||||
overflow: auto;
|
||||
font-family: "BIZ UDPGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
line-height: 1.3em;
|
||||
line-height: 1.35em;
|
||||
text-size-adjust: 100%;
|
||||
|
||||
&, * {
|
||||
|
@ -75,6 +75,10 @@ html {
|
|||
&.f-veryLarge {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
&.useSystemFont {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
html.changing-theme {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue