From 1b8506b0a06807ef2354cd464762e3169824942e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 23 Feb 2025 16:49:25 -0600 Subject: [PATCH] update fonts --- resources/css/app.css | 2 +- resources/views/welcome.blade.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +