sadium/themes/hugo-theme-terminal/assets/css/font.scss

16 lines
336 B
SCSS
Raw Normal View History

2023-12-13 21:47:26 +03:00
@font-face {
font-display: swap;
font-family: 'Fira Code';
font-style: normal;
font-weight: 400;
src: url("../fonts/FiraCode-Regular.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: 'Fira Code';
font-style: normal;
font-weight: 800;
src: url("../fonts/FiraCode-Bold.woff") format("woff");
}