From 8b395ab55266fbd2ee4cced5246e778d9cb67dc4 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Wed, 26 Nov 2025 15:38:22 +0100 Subject: [PATCH] fixed font.css location --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index a98f9aa..3daa6ce 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -2,7 +2,7 @@ @plugin 'tailwindcss-animate'; -@import '/fonts/google/fonts.css'; +@import '../../public/fonts/google/fonts.css'; @source '../views'; @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';