mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-25 02:55:31 +03:00
18 lines
380 B
SCSS
18 lines
380 B
SCSS
|
@font-face {
|
||
|
font-display: swap;
|
||
|
font-family: 'Fira Code';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-display: swap;
|
||
|
font-family: 'Fira Code';
|
||
|
font-style: normal;
|
||
|
font-weight: 800;
|
||
|
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
||
|
font-display: swap;
|
||
|
}
|