fix: set html lang to ru, add Cyrillic-safe font fallbacks
This commit is contained in:
+1
-1
@@ -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" />
|
||||
|
||||
@@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user