/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js}"], theme: { fontFamily: { 'nunito': ['nunito', 'sans-serif'], 'MyFont': ['"My Font"', 'serif'] // Ensure fonts with spaces have " " surrounding it. }, extend: {}, }, plugins: [], }