FontAwesome 4.1.0



I had the recent task of upgrading our website typography and icons from FontAwesome 3.2.1 to FontAwesome 4.1.0. I have to scrub our source code for every tag. The good thing about our source code is that we are using less (css pre-processor) that made my life easier. The hardest part in upgrading is making sure that you are referencing the same icons

The upgrade change a lot of names of the previous icons that are not really related to the previous name
like icon-remove is now fa-times (I don't know the reason why) but here is a list of the names of the icons that have changed

Icon name changes from 3.2.1 to 4.1.0

Upgrading to 4.1.0 gives us 71 new icons to use
Here are some of the new icons i like (I added the colors)

Font Awesome - Galactic Empire
Font Awesome - Rebel Alliance
Font Awesome - Space Shuttle
Font Awesome - The Bomb
Font Awesome - Recycle
Font Awesome - QQ

Comments

Popular posts from this blog

OAuth 1.0a Request Signing and Verification - HMAC-SHA1 - HMAC-SHA256

Spark DataFrame - Array[ByteBuffer] - IllegalAurmentException

Gensim Doc2Vec on Spark - a quest to get the right Vector