replace static roboto font with fontsource and add nunito font

This commit is contained in:
2024-09-10 16:05:13 +02:00
parent f6f613b008
commit 4206797862
8 changed files with 22 additions and 24 deletions

16
package-lock.json generated
View File

@@ -16,6 +16,8 @@
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@fontsource/nunito": "^5.0.20",
"@fontsource/roboto": "^5.0.15",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.26",
"@types/bcrypt": "^5.0.2",
@@ -609,6 +611,20 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@fontsource/nunito": {
"version": "5.0.20",
"resolved": "https://registry.npmjs.org/@fontsource/nunito/-/nunito-5.0.20.tgz",
"integrity": "sha512-jbWa1rztKTsR3GGJHHHJ4a2Gcvpb+7aIRq1II1RKG787jmVKOt3/lsRIY93hyIgmldhaq1DJbzCuY4ZkK4u9OA==",
"dev": true,
"license": "OFL-1.1"
},
"node_modules/@fontsource/roboto": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.15.tgz",
"integrity": "sha512-352XiID9jfwmYaHpdmS3ocGJi3PA+vOm4HzJIRfSyPEyLP6dZN8iiEKUbdAfB5YXQO3YxO2KZpR+R28q2zMiYw==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/@gar/promisify": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",