mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-12 02:52:40 +05:30
17 lines
373 B
CSS
17 lines
373 B
CSS
@font-face {
|
|
font-family: "Quicksand";
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
font-named-instance: "Regular";
|
|
src: url("Quicksand-VariableFont_wght.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Quicksand";
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
font-style: italic;
|
|
font-named-instance: "Italic";
|
|
src: url("quicksand-italic.ttf");
|
|
}
|