1
0
Fork 0
mirnet.org/tailwind.config.js

10 lines
187 B
JavaScript
Raw Permalink Normal View History

2024-09-12 13:41:14 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./themes/mir/**/*.html"],
theme: {
fontFamily: {
sans: ['"PT Sans"', "sans-serif"],
},
},
};