diff --git a/resources/css/app.css b/resources/css/app.css index 8bccc025..53f3596f 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -7,6 +7,6 @@ @source "../**/*.vue"; @theme { - --font-sans: Figtree, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', + --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 0c65b28a..c893b809 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -8,14 +8,14 @@ - + @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif @@ -274,4 +274,4 @@ @endif - \ No newline at end of file +