19 lines
478 B
CSS
19 lines
478 B
CSS
@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;
|
|
font-display: swap;
|
|
font-feature-settings: "ss03";
|
|
unicode-range: U+2C00-2C5F;
|
|
}
|