41 lines
1011 B
CSS
41 lines
1011 B
CSS
@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");
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
unicode-range: U+2C00-2C5F;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Glagolify Shafarik Angular";
|
|
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;
|
|
}
|