feat: Add free font option

This commit is contained in:
ThatOneCalculator 2022-04-07 22:23:04 -07:00
parent 21ec4c1ef0
commit 535530c34f
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,7 @@
@font-face {
font-family: "Cartograph CF";
src: url("../fonts/FiraCode-VF.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}