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" />