SI16/static/font/font.css

35 lines
830 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;
}