From fd0d506a9722e8a9cad856a7832bd0afdb8a4709 Mon Sep 17 00:00:00 2001 From: markseu Date: Wed, 23 Oct 2013 15:32:50 +0200 Subject: [PATCH] Hello web fonts --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 979cc8d..51cc5b7 100644 --- a/.htaccess +++ b/.htaccess @@ -6,9 +6,9 @@ RewriteEngine on RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^(content|system)/ error404 [L] -RewriteCond %{REQUEST_URI} \.(css|js|png)$ +RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$ RewriteRule ^media/plugins/(core_.+) system/core/$1 [L] -RewriteCond %{REQUEST_URI} \.(css|js|png)$ +RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$ RewriteRule ^media/plugins/(.+) system/plugins/$1 [L] RewriteRule ^$ yellow.php [L]