Using FontAwesome with GWT

OK, What is FontAwesome and GWT?

  • GWT (Google Web Toolkit) allows you to develop your web app in Java and compile it to JavaScript
  • FontAwesome provides, among other things, free icons for your app. These icons are designed as fonts, so you can infinitely scale them and do any other stuff you'd do with a normal font. 

So, How can I use FontAwesome with GWT?

Explore the following diagram by clicking on the boxes...



Acknowledgements

  • Thank you Adolfo Sánchez-Barbudo for finding how to use FontAwesome in a GWT project in the first place. By the way, congratulations for your great blog!
  • Thank you Josué Candela for helping me gather the material for this post and for testing that the instructions indeed work

No comments:

Post a Comment