Skip to content

Commit

Permalink
feat: add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 25, 2023
1 parent 0b7176a commit 243b03c
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 11 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@
"format": "prettier --write \"*.{json,cjs,js,mjs,md}\" src && eslint src --fix"
},
"dependencies": {
"@astrojs/check": "0.3.4",
"@astrojs/svelte": "5.0.2",
"@astrojs/tailwind": "5.0.4",
"@fontsource-variable/space-grotesk": "5.0.16",
"@fontsource/noto-sans-thai-looped": "5.0.8",
"astro": "4.0.7",
"svelte": "4.2.8",
"tailwindcss": "3.4.0"
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/eslint": "8.56.0",
Expand Down
Loading

0 comments on commit 243b03c

Please sign in to comment.