18 lines
373 B
CSS
Raw Normal View History

2025-02-27 14:13:27 +00:00
@font-face {
2025-07-09 01:48:33 +01:00
font-family: "Quicksand";
2025-02-27 14:13:27 +00:00
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: "Regular";
2025-07-09 01:48:33 +01:00
src: url("Quicksand-VariableFont_wght.ttf");
2025-02-27 14:13:27 +00:00
}
@font-face {
2025-07-09 01:48:33 +01:00
font-family: "Quicksand";
2025-02-27 14:13:27 +00:00
font-weight: 100 900;
font-display: swap;
font-style: italic;
font-named-instance: "Italic";
2025-07-09 01:48:33 +01:00
src: url("quicksand-italic.ttf");
2025-02-27 14:13:27 +00:00
}