module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { fontFamily: { sans: ["Ubuntu "], serif: ["Ubuntu "], mono: ["Ubuntu "], }, extend: {}, }, plugins: [], };