feat: Configure Tailwind CSS with custom settings and establish a global design system including light/dark mode variables and component styles.

This commit is contained in:
supalerk-ar66 2026-01-26 11:04:55 +07:00
parent 2cf79c2479
commit 44c61c8fb2
2 changed files with 28 additions and 10 deletions

View file

@ -27,7 +27,18 @@ export default {
}
},
fontFamily: {
sans: ['Prompt', 'sans-serif'],
sans: [
'Prompt',
'Sarabun',
'Inter',
'-apple-system',
'BlinkMacSystemFont',
'Segoe UI',
'Roboto',
'Helvetica Neue',
'Arial',
'sans-serif'
],
}
}
},