fix: font fallback issue

#1556
This commit is contained in:
Timothy J. Baek 2024-04-27 19:42:55 -04:00
parent 386fc040b1
commit 2feba8af94

View file

@ -215,6 +215,8 @@
<style>
.font-mona {
font-family: 'Mona Sans';
font-family: 'Mona Sans', -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto,
Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
</style>