feat(docs): more i18n

This commit is contained in:
Neko Ayaka
2025-07-15 16:40:35 +08:00
parent 267beac3f5
commit 1426238245
5 changed files with 53 additions and 14 deletions
+4
View File
@@ -73,6 +73,10 @@ export default defineConfig({
'[&_span_>_span]:focus:outline',
],
theme: {
fontFamily: {
'sans': `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";`,
'sans-rounded': `"DM Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";`,
},
colors: {
border: 'hsl(var(--border))',
input: 'hsl(var(--input))',