aded10ac54
* Update package.json * Added netlify Gridsome build cache plugin * Updated tailwind config
15 lines
367 B
JavaScript
15 lines
367 B
JavaScript
module.exports = {
|
|
purge: ['./src/**/*.html', './src/**/*.vue', './src/**/*.js', './src/**/*.postcss'],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
body: ['Libre Baskerville', 'Georgia', 'Cambria', 'Times New Roman', 'Times', 'serif'],
|
|
maintitle: ['Great Vibes', 'cursive'],
|
|
},
|
|
fontSize: {
|
|
'7xl': '5rem',
|
|
},
|
|
},
|
|
},
|
|
}
|