Improve font loading and fix scripts

This commit is contained in:
Bad Manners 2024-03-20 21:47:52 -03:00
parent aba96f95a2
commit 2990644f87
15 changed files with 85 additions and 19 deletions

12
package-lock.json generated
View file

@ -12,8 +12,6 @@
"@astrojs/rss": "^4.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@fontsource-variable/noto-sans": "^5.0.4",
"@fontsource-variable/noto-serif": "^5.0.5",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.5.4",
"date-fns": "^3.5.0",
@ -914,16 +912,6 @@
"node": ">=12"
}
},
"node_modules/@fontsource-variable/noto-sans": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@fontsource-variable/noto-sans/-/noto-sans-5.0.4.tgz",
"integrity": "sha512-UCBloRRF3VDWrzUHo1hRr4DOi30Yxqcyogy+oxRLEzlUe59+VWu1uVLAzl5hEszK7HEwvuavyaceNuRTQAbRZg=="
},
"node_modules/@fontsource-variable/noto-serif": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource-variable/noto-serif/-/noto-serif-5.0.5.tgz",
"integrity": "sha512-9GmULpDZMdLeLiXoO8qlPBlMRkcEyZiDI2dTRiyhNnF7p0MBY+jK1/UY9LD+P0k8Q5CSx0Ls3i9M92cwXZbOqA=="
},
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",