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:
GithubAnon0000 2025-07-07 17:51:44 +00:00 committed by GitHub
parent 80ff9a120c
commit 3d9fbfd97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -10,5 +10,6 @@ $btn-disabled-opacity: 0.4;
html,
body {
font-family: var(--bs-font-sans-serif);
overflow: hidden;
}

View file

@ -44,6 +44,7 @@ html {
}
body {
font-family: inherit;
overflow-x: hidden;
&:not(.isMac),
&:not(.isMac) * {