How to set custom font icon when using a Vaadin declarative UI?
I am using a custom font icon set as described at the wiki article Font icons in Vaadin 7.2 . Everything works fine. However, if I use the declarative UI I am not able to get it working. This is my code so far: <vaadin-panel caption="..." style-name="..." icon="fonticon://IcoCustom/58884" size-full> UPDATE Allowed syntax: font://INDUSTRY (deprecated syntax, assumes FontAwesome font icon) fonticon://FontAwesome/f275 (font family/codepoint in hex. decimal values not allowed) fonticon://MyFonticon/e900 (for setup custom font icons see @Morfic's answer) Does not work: fonticon://INDUSTRY fonticon: