Jump to content

How to update font awesome to the latest version?


mahusbestofplus

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...