Search code examples
vaadinvaadin7

Vaadin 7 - add more FontAwesome icons


In my application I need more icons that present in com.vaadin.server.FontAwesome enum.

For example I need these two icons:

http://fontawesome.io/3.2.1/icon/zoom-in/
http://fontawesome.io/3.2.1/icon/zoom-out/

How to add these icons to my Vaadin 7 application ?


Solution

  • See this.

    There is an alternative: Vaadin itself has a collection of font icons that you can use via the add-on. See here