add font fallback

This commit is contained in:
llama 2025-10-18 10:00:53 +08:00
parent 2ba7809de6
commit 9434499e7a
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -24,3 +24,10 @@ 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>