feat: use fonts from @fontsource instead of Google CDN

This commit is contained in:
Roger Clotet 2021-05-20 22:21:30 +02:00
parent 5ecaf5587b
commit ea59804573
No known key found for this signature in database
GPG key ID: 5E3D464E964995EC
4 changed files with 52 additions and 35 deletions

View file

@ -56,6 +56,10 @@
}
},
"dependencies": {
"@fontsource/inter": "^4.3.0",
"@fontsource/noto-sans-jp": "^4.3.0",
"@fontsource/noto-sans-sc": "^4.3.0",
"@fontsource/noto-sans-tc": "^4.3.0",
"@prisma/client": "2.21.2",
"@reduxjs/toolkit": "^1.5.1",
"bcryptjs": "^2.4.3",