15 lines
318 B
CSS
15 lines
318 B
CSS
|
@font-face {
|
||
|
font-family: 'Fira Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 200;
|
||
|
font-display: swap;
|
||
|
src: url(./fira-sans-200.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Fira Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
font-display: swap;
|
||
|
src: url(./fira-sans-300.ttf) format('truetype');
|
||
|
}
|