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_negotiation.c>
Options -MultiViews -Indexes