Viewing 1 replies (of 1 total)
  • Thread Starter Obersack

    (@obersack)

    Could solve the problem myself. You have to add the following code to your .htaccess:

    <FilesMatch "\.(ttf|otf|eot|woff)$">
    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Then FontAwesome is also shown correctly in IE and Chrome Browser.
    Maybe someone else has the same problem and this helps….

Viewing 1 replies (of 1 total)
  • The topic ‘Symbols of FontAwesome not showing’ is closed to new replies.