fix: set html lang to ru, add Cyrillic-safe font fallbacks

This commit is contained in:
Admin
2026-05-27 20:00:19 +05:00
parent 54dd45d1af
commit b7545e3261
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ export default {
lavender: '#D5CFE0',
},
fontFamily: {
serif: ['Cormorant Garamond', 'serif'],
sans: ['Manrope', 'sans-serif'],
serif: ['Cormorant Garamond', 'Georgia', 'Times New Roman', 'Times', 'serif'],
sans: ['Manrope', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'],
},
},
},