Merge 34a198369c63ebd251bde6fa6100f63e72ecbf4f into dd6bd498db25344b2cccf56abfb656576a496d38

This commit is contained in:
Daksh 2025-02-20 05:40:25 +00:00 committed by GitHub
commit 91a5fcb409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ export interface Theme {
export type ThemeKey = keyof Colors
const DEFAULT_SANS_SERIF =
'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif'
'system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"'
const DEFAULT_MONO = "ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace"
export function googleFontHref(theme: Theme) {