8 lines
156 B
CSS
8 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');
|
|
}
|
|
|