diff --git a/tailwind.config.js b/tailwind.config.js index 80e8302..dafc483 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,10 +1,10 @@ /** @type {import('tailwindcss').Config} */ -export default { - content: ['./index.html', './src/**/*.{js,jsx}'], +module.exports = { + content: ['./src/**/*.{ts,tsx}'], theme: { extend: { fontFamily: { - sans: ['Manrope', 'sans-serif'], + sans: ['var(--font-manrope)', 'sans-serif'], }, colors: { brand: {