fix fonts and give 4 options
This commit is contained in:
+22
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user