[wicket-bootstrap3] How to add Fontawsome

2013-10-11 Thread David Beer
Hi All I see that Fontawsome was added to the extensions for wicket-bootstrap. However I can't see how to add the CSS reference. I have tried using CSSHeaderItem and adding that to the renderHead of the page but no CSS file gets added. How do I go about adding this to my Bootstrap3 project?

Re: [wicket-bootstrap3] How to add Fontawsome

2013-10-11 Thread David Beer
Hi All I solved this by adding response.render(CssHeaderItem.forReference(FontAwesomeCssReference.instance())); to my renderHeader method. David On 11 October 2013 16:53, David Beer david.m.b...@gmail.com wrote: Hi All I see that Fontawsome was added to the extensions for wicket-bootstrap.