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 and add exception for note editor (#4163)
* Revert "Revert "Use system font for webviews instead of bootstrap font stack …"
This reverts commit d1793550b0
.
* Update editor-base.scss
This commit is contained in:
parent
80ff9a120c
commit
3d9fbfd97f
2 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,6 @@ $btn-disabled-opacity: 0.4;
|
|||
|
||||
html,
|
||||
body {
|
||||
font-family: var(--bs-font-sans-serif);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -44,6 +44,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: inherit;
|
||||
overflow-x: hidden;
|
||||
&:not(.isMac),
|
||||
&:not(.isMac) * {
|
||||
|
|
Loading…
Reference in a new issue