Skip to content

Commit

Permalink
use custom fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Jun 7, 2023
1 parent 4d4bd67 commit 8722c25
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 153 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.24.0",
"@unocss/reset": "^0.52.4",
"@unocss/reset": "^0.53.1",
"clsx": "^1.2.1",
"firebase": "^9.22.1",
"nanoid": "^4.0.2",
Expand All @@ -38,11 +38,12 @@
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@unocss/preset-icons": "^0.52.4",
"@unocss/preset-typography": "^0.52.4",
"@unocss/preset-uno": "^0.52.4",
"@unocss/transformer-directives": "^0.52.4",
"@unocss/transformer-variant-group": "^0.52.4",
"@unocss/preset-icons": "^0.53.1",
"@unocss/preset-typography": "^0.53.1",
"@unocss/preset-uno": "^0.53.1",
"@unocss/preset-web-fonts": "^0.53.1",
"@unocss/transformer-directives": "^0.53.1",
"@unocss/transformer-variant-group": "^0.53.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"eslint-config-xo-react": "^0.27.0",
Expand All @@ -55,7 +56,7 @@
"pdf-lib": "^1.17.1",
"rimraf": "^5.0.1",
"typescript": "^5.0.2",
"unocss": "^0.52.4",
"unocss": "^0.53.1",
"vite": "^4.3.9",
"vite-imagetools": "^5.0.4",
"vite-plugin-run": "^0.4.1",
Expand Down
Loading

0 comments on commit 8722c25

Please sign in to comment.