fix +
This commit is contained in:
@@ -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_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
|
||||
@@ -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) -->
|
||||
<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 -->
|
||||
|
||||
<!--begin::Global Custom Styles(used by all pages) -->
|
||||
|
||||
Reference in New Issue
Block a user