2020-10-22 02:20:57 +05:30
|
|
|
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Virgil";
|
2021-02-28 14:22:32 +02:00
|
|
|
src: url("Virgil.woff2");
|
2020-10-22 02:20:57 +05:30
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* https://github.com/microsoft/cascadia-code */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Cascadia";
|
|
|
|
src: url("Cascadia.woff2");
|
|
|
|
font-display: swap;
|
|
|
|
}
|
2022-11-01 17:29:58 +01:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Assistant";
|
|
|
|
src: url("Assistant-Regular.woff2");
|
|
|
|
font-display: swap;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Assistant";
|
|
|
|
src: url("Assistant-Medium.woff2");
|
|
|
|
font-display: swap;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Assistant";
|
|
|
|
src: url("Assistant-SemiBold.woff2");
|
|
|
|
font-display: swap;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Assistant";
|
|
|
|
src: url("Assistant-Bold.woff2");
|
|
|
|
font-display: swap;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|