9 lines
156 B
CSS
9 lines
156 B
CSS
|
@font-face {
|
||
|
font-family: 'Fira Code';
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
font-display: swap;
|
||
|
src: url(./fira-code.ttf) format('truetype');
|
||
|
}
|
||
|
|