This commit is contained in:
@@ -4,10 +4,21 @@ module.exports = {
|
||||
'./components/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['"Dancing Script"', 'cursive'],
|
||||
},
|
||||
extend: {},
|
||||
|
||||
fontFamily: {
|
||||
sans: ['"Dancing Script"', 'cursive'],
|
||||
},
|
||||
|
||||
letterSpacing: {
|
||||
tightest: '-.075em',
|
||||
tighter: '-.05em',
|
||||
tight: '-.025em',
|
||||
normal: '0.03em',
|
||||
wide: '.045em',
|
||||
wider: '.07em',
|
||||
widest: '.1em',
|
||||
widest: '.25em',
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
Reference in New Issue
Block a user