mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use system font for webviews instead of bootstrap font stack (#4147)
This commit is contained in:
parent
bb1b289690
commit
0b5218706a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: inherit;
|
||||
overflow-x: hidden;
|
||||
&:not(.isMac),
|
||||
&:not(.isMac) * {
|
||||
|
|
Loading…
Reference in a new issue