Spaces:
Running
Running
/** @type {import('tailwindcss').Config} */ | |
export default { | |
content: ["./src/**/*.{html,js,svelte,ts}"], | |
theme: { | |
extend: { | |
fontFamily: { | |
Hellovetica: ["Hellovetica"] | |
}, | |
}, | |
}, | |
plugins: [], | |
}; | |