1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/assets/sass/_font.scss

6 lines
134 B
SCSS
Raw Permalink Normal View History

2022-12-20 12:38:39 +01:00
@font-face {
font-family: "Fira Code";
2022-12-21 00:00:30 +01:00
src: local("Fira Code Regular"),
url("/fonts/FiraCode-Regular.woff2") format("woff2");
2022-12-20 12:38:39 +01:00
}