/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./content/**/*.{html,js}",
"./templates/**/*.{html,js}",
],
theme: {
extend: {},
fontFamily: {
'sans' : ['jetbrains-mono',],
}
},
plugins: [],