I'm using Fontello which works before I change htaccess
But after I change htaccess like :
RewriteEngine on
RewriteRule ^404 404.php [NC]
RewriteRule ^(.+)/(.+)/(.+)/(.+)$ single.php?tg=$3&b=$2&t=$1&jd=$4 [NC]
RewriteRule ^berita/(.+)$ saring.php?f=kategori&v=$1 [L]
Icon doesn't show anymore.., for example, icon before < li > tag just show square icon like this :
I though, it because fontello.css is not loaded yet. But, it was not because of it
Please help me..
Is the relative link form the css file correct? Does the font open if you load it directly from the browser (good check to see if your htaccess works)?