fonts tailwind ajoutes

This commit is contained in:
philippelin
2023-06-22 15:47:23 +02:00
parent 4cb724bce1
commit 8422f39067
27 changed files with 72 additions and 10 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
/** @type {import('tailwindcss').Config} config */
const config = {
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: {
extend: {
colors: {}, // Extend Tailwind's default colors
colors: {}, // Extend Tailwind's default colors
fontFamily: {
'authentic': ['Authentic_Sans_90', 'sans-serif'],
'authentic60': ['Authentic_Sans_60', 'Authentic_Sans_90', 'sans-serif'],
'caslon': ['Libre_Caslon', 'serif'],
},
},
},
plugins: [],