module.exports = { content: [ './public/**/*.{html,js}' ], theme: { extend: { fontFamily: { sans: [ 'Lato', 'sans-serif' ] } }, }, plugins: [], };