mahusbestofplus Posted April 13, 2015 Share Posted April 13, 2015 Hello! I downloaded the font from http://fortawesome.github.io/Font-Awesome/ I replaced the font-files in those folders: /themes/default-bootstrap/font /adminXY/themes/default/fonts /modules/themeconfigurator/views/css/font And it worked great... In google chrome ONLY! How to applie those changes in Firefox? Have a nice day! Link to comment Share on other sites More sharing options...
mahusbestofplus Posted April 13, 2015 Author Share Posted April 13, 2015 Oh, I think I found: In global.css (in your theme), search: @font-face and manualy change the versions (Actually it is the 4.3.0) of the font in those 2 lines: src: url("../font/fontawesome-webfont.eot?v=4.3.0"); src: url("../font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=4.3.0") format("svg"); And it works!!! Have a very nice day! ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now