Add inter font to project

This commit is contained in:
Gabe Kangas
2022-04-25 15:52:39 -07:00
parent 80b31af253
commit be441ae530
46 changed files with 365 additions and 155 deletions
+4
View File
@@ -0,0 +1,4 @@
html,
body {
font-family: var(--font-family);
}