e2a35462bc
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!
12 lines
276 B
JavaScript
12 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: [],
|
|
}
|