gallowelds.com/tailwind.config.js

10 lines
189 B
JavaScript
Raw Normal View History

2024-05-22 14:21:18 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./themes/gallo/**/*.html"],
theme: {
2024-07-13 17:40:09 -04:00
fontFamily: {
sans: ['"PT Sans"', "sans-serif"],
},
2024-05-22 14:21:18 -04:00
},
};