blob: 24b65559ad1f63845c43ea78589fae83cf41e9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
export default {
content: ["./index.html", "./src/**/*.{mjs,gleam}"],
theme: {
extend: {
fontFamily: {
sans: ["NTDapper"],
},
},
},
plugins: [require("@tailwindcss/typography")],
};
|