Add stylesheets for enhanced layout: Included additional CSS files for fonts and plugins in the site layout to improve visual presentation and user experience.

This commit is contained in:
Ümit Tunç
2025-10-31 15:53:42 -03:00
parent 02e4f46694
commit e3ecd9078a
+7
View File
@@ -7,6 +7,13 @@
<meta name="description" content="{{ $meta['description'] ?? ($settings->default_meta_description ?? '') }}">
<link rel="icon" href="{{ $settings?->favicon_path ? asset($settings->favicon_path) : asset('assets/img/favicon.ico') }}">
<link rel="stylesheet" href="{{ asset('html/style.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/fonts/unicons/unicons.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/plugins.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/colors/grape.css') }}">
<link rel="preload" href="{{ asset('assets/css/fonts/urbanist.css') }}" as="style" onload="this.rel='stylesheet'">
</head>
<body>
{{-- Dynamic Header Template or Static Navbar --}}