My FA was not being loaded but I wasn't seeing anything to tell me that.

function fontawesome_preprocess_page() {
  $ret = libraries_load(FONTAWESOME_LIBRARY);
  if ($ret['loaded'] == FALSE) {
    drupal_set_message($ret['error message'], 'error');
  }
}

Comments

NancyDru’s picture

Project: Drupal PM (Project Management) » Font Awesome
Version: 7.x-2.x-dev »
NancyDru’s picture

Project: Font Awesome » Font Awesome Icons
Version: » 7.x-2.1

  • a29cb9a committed on 7.x-2.x
    Issue #2495395: Need to check if FA library is loaded
    
inders’s picture

Status: Active » Closed (fixed)

Commit done ! Thank you Nancy !