Feature/setup inter font family (#2402)

* Setup Inter font family

* Update changelog
This commit is contained in:
Thomas Kaul
2023-09-30 08:06:01 +02:00
committed by GitHub
parent 19b0fe04a6
commit 5b69dee246
43 changed files with 229 additions and 1 deletions

View File

@ -21,6 +21,7 @@
"tsConfig": "apps/client/tsconfig.app.json",
"assets": [],
"styles": [
"apps/client/src/assets/fonts/inter.css",
"apps/client/src/styles/theme.scss",
"apps/client/src/styles.scss"
],