/** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], theme: { extend: { fontFamily :{ fsc: ["fsc","sans-serif"], fsctitle: ["fsctitle","sans"], roboto: ["roboto","sans"], }, }, }, plugins: [], }