diff --git a/public/.htaccess b/public/.htaccess
index 3aec5e2..0b78c9f 100755
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,3 +1,12 @@
+# MIME Types for fonts
+
+ AddType font/ttf .ttf
+ AddType font/woff .woff
+ AddType font/woff2 .woff2
+ AddType font/eot .eot
+ AddType font/otf .otf
+
+
Options -MultiViews -Indexes
diff --git a/resources/views/layouts/frontapp.blade.php b/resources/views/layouts/frontapp.blade.php
index c5a6f95..c9adb3e 100755
--- a/resources/views/layouts/frontapp.blade.php
+++ b/resources/views/layouts/frontapp.blade.php
@@ -33,7 +33,6 @@ License: You must have a valid license purchased only from themeforest(the above
-