theme dans tailwind config
This commit is contained in:
+15
-3
@@ -4,12 +4,24 @@ const config = {
|
||||
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {}, // Extend Tailwind's default colors
|
||||
colors: {
|
||||
'jlg': {
|
||||
'dark-blue': '#010d19',
|
||||
'white': '#f5fefe',
|
||||
'light-white': '#f5fefeaa'
|
||||
}
|
||||
}, // Extend Tailwind's default colors
|
||||
fontFamily: {
|
||||
'authentic': ['Authentic_Sans_90', 'sans-serif'],
|
||||
'authentic60': ['Authentic_Sans_60', 'Authentic_Sans_90', 'sans-serif'],
|
||||
'authentic': ['Authentic_Sans', 'sans-serif'],
|
||||
'authentic-60': ['Authentic_Sans_60', 'sans-serif'],
|
||||
'caslon': ['Libre_Caslon', 'serif'],
|
||||
},
|
||||
fontSize: {
|
||||
sm: ['14px', '20px'],
|
||||
base: '16px',
|
||||
lg: '24px',
|
||||
xl: '35px',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user