snipette-datpro-site/tailwind.config.js
Hippo e2a35462bc Convert to basic DatPro site (images yet to be replaced!)
Changed most of the site and content to reflect that of the
Blogging With Data course instead of the Snipette Writers'
Programme. Images are yet to be inserted, and there is of course
always fine tuning to be done, but otherwise this seems more or
less workable!
2021-10-26 16:31:39 +05:30

13 lines
276 B
JavaScript

module.exports = {
theme: {
extend: {},
fontFamily: {
'serif': [ 'Crimson Text', 'Crimson Pro', 'Georgia', 'ui-serif', ],
'heading': [ 'Abhaya Libre', 'ui-serif' ],
'sans': [ 'Open Sans', 'sans-serif' ],
}
},
variants: {},
plugins: [],
}