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.

43 lines
1023 B
CSS

@font-face {
font-family: "Pirelli";
src: url("./pirelli-regular.woff2") format("woff2"), url("Pirelli-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Pirelli";
src: url("./pirelli-bolditalic.woff") format("woff2"),
url("./pirelli-bolditalic.woff") format("woff");
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Pirelli";
src: url("./pirelli-bolditalic.woff2") format("woff2"),
url("./pirelli-bolditalic.woff") format("woff");
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Pirelli";
src: url("./pirelli-regular.woff2") format("woff2"),
url("./pirelli-regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Necto";
src: url("./Necto-Mono.woff2") format("woff2"), url("./Necto-Mono.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}