Skip to content

Commit fa7da1e

Browse files
committed
Remove unused extend and fix font name
1 parent e9ac19b commit fa7da1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tailwind.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
'monospace',
1818
],
1919
serif: [
20-
'"New York"',
20+
'"New York Medium"',
2121
'Georgia',
2222
'Cambria',
2323
'"Times New Roman"',
@@ -32,9 +32,6 @@ module.exports = {
3232
'jsmn-red': '#b73f53',
3333
'jsmn-mauve': '#6b334a',
3434
},
35-
rotate: {
36-
'-25': '-25deg',
37-
},
3835
},
3936
},
4037
variants: {

0 commit comments

Comments
 (0)