This commit is contained in:
2025-09-19 23:13:47 +07:00
parent 88bed2a3ef
commit 8e681f6455
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# MIME Types for fonts
<IfModule mod_mime.c>
AddType font/ttf .ttf
AddType font/woff .woff
AddType font/woff2 .woff2
AddType font/eot .eot
AddType font/otf .otf
</IfModule>
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
<IfModule mod_negotiation.c> <IfModule mod_negotiation.c>
Options -MultiViews -Indexes Options -MultiViews -Indexes

View File

@@ -33,7 +33,6 @@ License: You must have a valid license purchased only from themeforest(the above
<!--begin::Global Theme Styles(used by all pages) --> <!--begin::Global Theme Styles(used by all pages) -->
<link href="{{ url('css/app.bundle.min.css') }}" rel="stylesheet" type="text/css" /> <link href="{{ url('css/app.bundle.min.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ url('css/saxmono.ttf') }}" rel="stylesheet" type="text/css" />
<!--end::Global Theme Styles --> <!--end::Global Theme Styles -->
<!--begin::Global Custom Styles(used by all pages) --> <!--begin::Global Custom Styles(used by all pages) -->