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:
parent
2cf79c2479
commit
44c61c8fb2
2 changed files with 28 additions and 10 deletions
|
|
@ -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'
|
||||
],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue