use Inter font

This commit is contained in:
Josh Hawkins 2024-02-07 14:31:46 -06:00
parent cd16e280a0
commit fa851357c1
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -22,3 +22,8 @@
@apply bg-background text-foreground;
}
}
@font-face {
font-family: "Inter";
src: url("../fonts/Inter-VariableFont_slnt,wght.ttf");
}