Our products use the Bootstrap CDN to add the Font Awesome web font with a single line of code. You don't even have to download or install anything. Regarding the Font Awesome update of your current release, please edit your template.php file into your theme folder and make the following change:
Change from
drupal_add_css('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', array('type' => 'external’));
To
drupal_add_css('//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css', array('type' => 'external’));
Please find the latest Font Awesome release here http://fortawesome.github.io/Font-Awesome/get-started/.
In case this article leaves any of your questions or concerns unanswered, please feel welcome to email us or post a public question.
More than (just) Themes
http://www.morethanthemes.com/