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
+1 -1
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
+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'],
},
},
},