Skip to content

Commit

Permalink
chore: remove font family stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 4, 2024
1 parent f74f14e commit ef79417
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions config/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const config = {
},
},
extend: {
fontFamily: {
sans: ["var(--font-geist-sans)"],
mono: ["var(--font-geist-mono)"],
},
screens: {
"3xl": "1600px",
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.37",
"version": "0.0.38",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,6 @@
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"cmdk": "0.2.0",
"geist": "1.3.0",
"lodash-es": "4.17.21",
"lucide-react": "0.364.0",
"next-themes": "0.3.0",
Expand Down
23 changes: 0 additions & 23 deletions styles/fonts.css

This file was deleted.

0 comments on commit ef79417

Please sign in to comment.