The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(fonts): update system-ui trick for improve cross-platform compatibility (#1778)

authored by

Daksh and committed by
GitHub
598741a5 29c533a2

+1 -1
+1 -1
quartz/util/theme.ts
··· 29 29 export type ThemeKey = keyof Colors 30 30 31 31 const DEFAULT_SANS_SERIF = 32 - '-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif' 32 + 'system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' 33 33 const DEFAULT_MONO = "ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace" 34 34 35 35 export function googleFontHref(theme: Theme) {