@vite(['resources/css/app.css', 'resources/js/app.js']) @include('admin.partials.styles') @include('admin.partials.sidebar')

Admin Appearance Settings

@if(session('success'))
{{ session('success') }}
@endif
admin_font_size ?? '16px' }}', updatePreview() { if (!this.selectedFont.includes(',')) { let fontLink = document.getElementById('google-font-preview-link'); if (!fontLink) { fontLink = document.createElement('link'); fontLink.id = 'google-font-preview-link'; fontLink.rel = 'stylesheet'; document.head.appendChild(fontLink); } fontLink.href = `https://fonts.googleapis.com/css2?family=${this.selectedFont.replace(/ /g, '+')}:wght@400;700&display=swap`; } } }" x-init="updatePreview()"> @csrf

Admin Panel Styling

@php $googleFonts = [ 'Inter', 'Roboto', 'Open Sans', 'Lato', 'Montserrat', 'Oswald', 'Source Sans Pro', 'Slabo 27px', 'Raleway', 'PT Sans', 'Merriweather', 'Noto Sans', 'Ubuntu', 'Lora', 'Playfair Display', 'Arimo', 'PT Serif', 'Titillium Web', 'Muli', 'Inconsolata', 'Quicksand', 'Dosis', 'Oxygen', 'Cabin', 'Crimson Text', 'Fira Sans', 'Vollkorn', 'Karla', 'Alegreya', 'Work Sans', 'Nanum Gothic', 'PT Sans Narrow', 'Zilla Slab', 'Libre Franklin', 'IBM Plex Sans', 'Archivo Black', 'Spectral', 'DM Sans', 'Manrope', 'Outfit', 'Nunito', 'Kanit', 'Prompt', 'Heebo', 'Assistant', 'Jost', 'Space Grotesk', 'Syne', 'Plus Jakarta Sans', 'Be Vietnam Pro', 'Mulish', 'Lexend', 'Urbanist', 'Bebas Neue', 'Anton', 'Righteous', 'Fredoka One', 'Pacifico', 'Dancing Script', 'Comfortaa', 'Exo 2', 'Orbitron', 'Cinzel', 'Abril Fatface', 'Caveat', 'Shadows Into Light', 'Permanent Marker', 'Amatic SC', 'Satisfy', 'Lobster', 'Courgette', 'Indie Flower', 'Kaushan Script', 'Great Vibes', 'Patua One', 'Josefin Sans', 'Catamaran', 'Questrial', 'Antic Slab', 'Teko', 'Rajdhani', 'Russo One', 'Ubuntu Condensed', 'Varela Round', 'Pathway Gothic One', 'Noticia Text', 'Vidaloka', 'Old Standard TT', 'Cardo', 'Gelasio', 'Crimson Pro', 'Literata', 'Public Sans', 'Source Serif Pro', 'BioRhyme', 'Crete Round', 'Alice', 'Bitter', 'Domine', 'EB Garamond' ]; sort($googleFonts); @endphp

Changes will apply across the entire admin dashboard.

Default is 16px. Adjust for better readability.

Live Preview

The quick brown fox jumps over the lazy dog

Sphinx of black quartz, judge my vow. Heavy boxes full of giant stored prizes. How quickly daft jumping zebras vex. This is a live preview of your selected font and size. Once you click save, these styles will be applied to all menus, headings, and data tables in the Lugani Admin panel.

Sample Button
Secondary Action