CoolFace
Apppublic

HugoDzz/spaceship_drift

sourceHugging Facemitupdated 3y agoView on Hugging Face
10likes
tailwind.config.js13 linesDownload Raw Back to root
1/** @type {import('tailwindcss').Config} */2export default {3	content: ["./src/**/*.{html,js,svelte,ts}"],4	theme: {5		extend: {6			fontFamily: {7				Hellovetica: ["Hellovetica"]8			},9		},10	},11	plugins: [],12};13