I use font awesome library 3.0.1 then use icon it show completely after that i upgrade library to 3.2 then refresh page icon not showing.

Comments

inders’s picture

In version 4.x they have changed classes names and now class names are in format of "fa-*".
e.g:- "fa-camera-retro"

as per Issue: https://drupal.org/node/2009638 readme file was missing from fontawesome library and fontawesome module was not detecting proper version due to that.

updated latest code to work with this.
http://drupalcode.org/project/fontawesome.git/commitdiff/294affb

Just make sure that you are following new class name pattern (if you have hardcoded those.).

Thanks & Regards
-Inder Singh
htp://indersingh.com
http://northwebstudio.com

inders’s picture

Assigned: Unassigned » inders
Issue summary: View changes
Status: Active » Closed (fixed)
mahipal46’s picture

Thanks

truls1502’s picture

Assigned: inders » Unassigned

Unassigned the user