After updating Komodo Font Awesome pane fails to load icons

I have this bug open for a while, after updating Komodo my Font Awesome pane always fails to generate/display the icons. Do you guys maybe have an idea how to fix this issue?

The structure how the buttons with icons are build:

<button onclick="FontAwesome_insert('fa-trash-o');" tooltiptext="fa fa-trash-o" id="fa-trash-o">
	<html:span class="fa fa-trash-o"></html:span>
</button>

The icons are loaded through css, the font awesome css file is included at top ( the second file, the first is for the panel it self )

See if loading the css through the stylesheet module make a difference:

http://docs.activestate.com/komodo/11/sdk/api/module-ko_stylesheet.html

Ah thanks, good t know.

Will give that a change.