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

15 lines
365 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: ['Philosopher', 'serif'],
},
fontSize: {
'7xl': '5rem',
},
},
},
}