pronounscc/frontend/src/routes/main.css

38 lines
724 B
CSS
Raw Normal View History

2023-03-27 15:40:03 +02:00
@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;
}
2023-03-25 01:23:11 +01:00
body {
font-family: "FiraGO", sans-serif;
}