1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
mc.langrock.info/tailwind.config.js
Ville Säävuori aded10ac54
Chore: small package updates (#2)
* Update package.json

* Added netlify Gridsome build cache plugin

* Updated tailwind config
2020-07-21 19:25:40 +03:00

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',
},
},
},
}