2024-08-20 10:11:39 +00:00
|
|
|
/* _font.scss */
|
2022-06-21 13:50:51 +00:00
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
2024-08-20 10:11:39 +00:00
|
|
|
font-family: "Fira Code";
|
|
|
|
font-style: normal;
|
2022-06-21 13:50:51 +00:00
|
|
|
font-weight: 400;
|
|
|
|
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
2024-08-20 10:11:39 +00:00
|
|
|
font-family: "Fira Code";
|
|
|
|
font-style: normal;
|
2022-06-21 13:50:51 +00:00
|
|
|
font-weight: 800;
|
|
|
|
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
|
|
|
}
|