fix: font settings
This commit is contained in:
parent
38d686a31c
commit
431d2270cd
4 changed files with 65 additions and 52 deletions
|
@ -25,7 +25,6 @@
|
|||
"@commitlint/cli": "^17.6.6",
|
||||
"@commitlint/config-conventional": "^17.6.6",
|
||||
"@extractus/feed-extractor": "6.2.4",
|
||||
"@fontsource/inter": "^5.0.5",
|
||||
"@netlify/plugin-lighthouse": "^5.0.0",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
|
@ -64,6 +63,8 @@
|
|||
"tailwindcss": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/inter": "^5.0.5",
|
||||
"@fontsource/jetbrains-mono": "^5.0.5",
|
||||
"@remy/webmention": "^1.4.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Reference in a new issue