diff --git a/classes/Tools.php b/classes/Tools.php index b22f1be4a..6a1acbbeb 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -1624,6 +1624,11 @@ class ToolsCore fwrite($write_fd, "# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution\n"); fwrite($write_fd, "# http://www.prestashop.com - http://www.prestashop.com/forums\n\n"); + fwrite($write_fd, "AddType application/vnd.ms-fontobject .eot\n"); + fwrite($write_fd, "AddType font/ttf .ttf\n"); + fwrite($write_fd, "AddType font/otf .otf\n"); + fwrite($write_fd, "AddType application/x-font-woff .woff\n"); + if ($disable_modsec) fwrite($write_fd, "\nSecFilterEngine Off\nSecFilterScanPOST Off\n\n");