Change font to avoid system-ui.

This commit is contained in:
Dillon Kearns 2021-12-10 15:38:04 -08:00
parent b18ff938ca
commit 6583738ab2

View File

@ -1,3 +1,4 @@
body {
font-family: -apple-system, "system-ui", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}