7 lines
188 B
CSS
7 lines
188 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;
|
|
} |