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

5 lines
121 B
SCSS
Raw Normal View History

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