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");
|
2024-10-16 08:22:19 +00:00
|
|
|
font-feature-settings: "liga", "tnum", "ss01", "locl";
|
2024-10-16 07:09:51 +00:00
|
|
|
font-variant-ligatures: contextual;
|
2022-06-21 13:50:51 +00:00
|
|
|
}
|
2024-10-16 07:09:51 +00:00
|
|
|
|
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: 800;
|
|
|
|
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
2024-10-16 08:22:19 +00:00
|
|
|
font-feature-settings: "liga", "tnum", "ss01", "locl";
|
2024-10-16 07:09:51 +00:00
|
|
|
font-variant-ligatures: contextual;
|
2022-06-21 13:50:51 +00:00
|
|
|
}
|