+ Le Livre d'Image @if (has_nav_menu('primary_navigation')) diff --git a/tailwind.config.js b/tailwind.config.js index da1f4a5..9438589 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: [], diff --git a/theme.json b/theme.json index cbd43cb..9f5fdd4 100644 --- a/theme.json +++ b/theme.json @@ -1246,6 +1246,21 @@ "name": "Rose 950", "slug": "rose-950", "color": "#4c0519" + }, + { + "name": "Jlg Dark-blue", + "slug": "jlg-dark-blue", + "color": "#010d19" + }, + { + "name": "Jlg White", + "slug": "jlg-white", + "color": "#f5fefe" + }, + { + "name": "Jlg Light-white", + "slug": "jlg-light-white", + "color": "#f5fefeaa" } ] }, @@ -1287,14 +1302,9 @@ "fontFamily": "ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace" }, { - "name": "Authentic_Sans_90", + "name": "Authentic_Sans", "slug": "authentic", - "fontFamily": "Authentic_Sans_90,sans-serif" - }, - { - "name": "Authentic_Sans_60", - "slug": "authentic60", - "fontFamily": "Authentic_Sans_60,Authentic_Sans_90,sans-serif" + "fontFamily": "Authentic_Sans,sans-serif" }, { "name": "Libre_Caslon", @@ -1311,22 +1321,22 @@ { "name": "sm", "slug": "sm", - "size": "0.875rem" + "size": "14px" }, { "name": "base", "slug": "base", - "size": "1rem" + "size": "16px" }, { "name": "lg", "slug": "lg", - "size": "1.125rem" + "size": "20px" }, { "name": "xl", "slug": "xl", - "size": "1.25rem" + "size": "35px" }, { "name": "2xl",