Search code examples
csstwitter-bootstrapfontsglyphicons

Some Glyphicons in Bootstrap not found


I'm trying to use Glyphicons in Bootstrap but I have this error:

> http://address/fonts/glyphicons-halflings-regular.woff2
> http://address/fonts/glyphicons-halflings-regular.woff  GET
> http://address/fonts/glyphicons-halflings-regular.ttf 404 (Not Found)

I don't know what to do, I've tried all solutions proposed on StackOverflow.


Solution

  • try to add ttf|woff|woff2 in your .htaccess

    RewriteRule !.(js|css|ico|gif|jpg|png|mp4|ttf|woff|woff2)$ index.php