8 lines
179 B
CSS
8 lines
179 B
CSS
@font-face {
|
|
font-family: "Bounded";
|
|
src: url("/fonts/Bounded/Bounded-Variable.ttf") format("truetype");
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|