You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
949 B
CSS
36 lines
949 B
CSS
@font-face {
|
|
font-family: "Ortica";
|
|
font-weight: bold;
|
|
src: url("./Ortica-Bold.woff2") format("woff2"), url("./Ortica-Bold.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Ortica";
|
|
font-weight: normal;
|
|
src: url("./Ortica-Light.woff2") format("woff2"), url("./Ortica-Light.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fivo Sans Modern';
|
|
src: url('FivoSansModern-Heavy.woff2') format('woff2'),
|
|
url('FivoSansModern-Heavy.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fivo Sans Modern';
|
|
src: url('FivoSansModern-Medium.woff2') format('woff2'),
|
|
url('FivoSansModern-Medium.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Necto-Mono";
|
|
font-weight: normal;
|
|
src: url("./Necto-Mono.woff2") format("woff2"), url("./Necto-Mono.woff") format("woff");
|
|
}
|