feat: add Google Fonts for improved typography

- Included preconnect links for Google Fonts to optimize loading.
- Added 'Roboto Mono' and 'Noto Sans SC' font families to enhance text presentation in the application.
This commit is contained in:
typist
2025-10-29 14:44:30 +08:00
parent 6a1b68ed2c
commit 986708fbb4
2 changed files with 6 additions and 0 deletions

View File

@@ -116,6 +116,7 @@
}
body {
@apply bg-background text-foreground;
font-family: 'Roboto Mono', 'Noto Sans SC', 'SF Mono', Consolas, monospace;
}
}