gallowelds.com/tailwind.config.js
brooke ab4257b2b5
All checks were successful
Hugo / build (push) Successful in 11s
setup pt sans as sitewide font
2024-07-13 17:40:09 -04:00

9 lines
189 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./themes/gallo/**/*.html"],
theme: {
fontFamily: {
sans: ['"PT Sans"', "sans-serif"],
},
},
};