Skip to content

Commit e72b273

Browse files
committed
refactor: do not manually specify font weights
1 parent e156459 commit e72b273

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ dist
1010

1111
uploads/
1212
data/
13-
prisma/migrations
14-
.data/
13+
prisma/migrations

config/fonts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export const fonts = {
22
families: [
33
{
44
name: 'Rubik',
5-
weights: [400, 500],
65
provider: 'google',
76
},
87
],

0 commit comments

Comments
 (0)