fix fonts and give 4 options

This commit is contained in:
2026-08-08 18:31:37 +02:00
parent de3b82d024
commit e0ed0d5467
8 changed files with 105 additions and 36 deletions
+22
View File
@@ -1,3 +1,13 @@
@font-face {
font-family: "Glagolify Shafarik Round";
src: url("fonts/Shafarik-Regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
size-adjust: 115%;
font-display: swap;
unicode-range: U+2C00-2C5F;
}
@font-face {
font-family: "Glagolify Noto Sans Glagolitic";
src: url("fonts/NotoSansGlagolitic-Regular.ttf") format("truetype");
@@ -12,7 +22,19 @@
src: url("fonts/Shafarik-Regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
size-adjust: 115%;
font-display: swap;
font-feature-settings: "ss03";
unicode-range: U+2C00-2C5F;
}
@font-face {
font-family: "Glagolify Shafarik Missal Angular";
src: url("fonts/Shafarik-Regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
size-adjust: 115%;
font-display: swap;
font-feature-settings: "ss04";
unicode-range: U+2C00-2C5F;
}