relative path

master
km0 3 years ago
parent 020e5caecb
commit ad0efbb57d

@ -1,36 +1,34 @@
@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-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.woff2') format('woff2'),
url('Pirelli-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
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-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-family: "Pirelli";
src: url("./Pirelli-Regular.woff2") format("woff2"),
url("./Pirelli-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}

Loading…
Cancel
Save