feat(font): change opensans to inter font

This commit is contained in:
Gabe Kangas
2023-04-22 18:05:35 -07:00
parent ff01663044
commit c1086aa5a2
46 changed files with 36 additions and 275 deletions

View File

@@ -19,7 +19,7 @@
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-markdown": "6.1.1",
"@codemirror/language-data": "6.2.1",
"@fontsource/open-sans": "4.5.14",
"@fontsource/inter": "^4.5.15",
"@fontsource/poppins": "4.5.10",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.16",
@@ -123,4 +123,4 @@
"ts-jest": "^29.1.0",
"typescript": "4.9.5"
}
}
}