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.

35 lines
828 B
CSS

@font-face {
3 years ago
font-family: "Pirelli";
3 years ago
src: url("Pirelli-Regular.woff2") format("woff2"), url("Pirelli-Regular.woff") format("woff");
3 years ago
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
3 years ago
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 {
3 years ago
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 {
3 years ago
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;
}