use npm package to self-host fonts

This commit is contained in:
lucdev 2023-04-24 12:05:28 -03:00
parent 95e7951c76
commit 181d33517e
No known key found for this signature in database
GPG key ID: 3B51DCD6DC00D613
3 changed files with 5 additions and 34 deletions

View file

@ -1,37 +1,3 @@
@font-face {
font-family: "FiraGO";
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("/fonts/FiraGO-400.woff") format("woff");
}
@font-face {
font-family: "FiraGO";
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("/fonts/FiraGO-400i.woff") format("woff");
font-style: italic;
}
@font-face {
font-family: "FiraGO";
font-display: swap;
font-style: normal;
font-weight: 700;
src: url("/fonts/FiraGO-700.woff") format("woff");
}
@font-face {
font-family: "FiraGO";
font-display: swap;
font-style: normal;
font-weight: 700;
src: url("/fonts/FiraGO-700i.woff") format("woff");
font-style: italic;
}
body {
font-family: "FiraGO", sans-serif;
}