mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
move font fallback to base.scss
This commit is contained in:
parent
172f924acb
commit
42ded9ab2e
2 changed files with 6 additions and 8 deletions
|
|
@ -24,10 +24,3 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</script>
|
||||
|
||||
<slot />
|
||||
|
||||
<style lang="scss">
|
||||
// follows AnkiWebView.standard_css
|
||||
:global(html) {
|
||||
font-family: "Segoe UI", "Helvetica", sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -15,5 +15,10 @@ $carousel-transition: var(--transition);
|
|||
@import "$lib/sass/bootstrap-tooltip";
|
||||
|
||||
input {
|
||||
color: var(--fg);
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
// follows AnkiWebView.standard_css
|
||||
html {
|
||||
font-family: "Segoe UI", "Helvetica", sans-serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue