mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
add font fallback
This commit is contained in:
parent
2ba7809de6
commit
9434499e7a
1 changed files with 7 additions and 0 deletions
|
|
@ -24,3 +24,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<slot />
|
<slot />
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
// follows AnkiWebView.standard_css
|
||||||
|
:global(html) {
|
||||||
|
font-family: "Segoe UI", "Helvetica", sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue