I spend a lot of my time working with FontAwesome/LinearIcons and d3.js - https://medium.com/@bryony_17728/d3-js-linearicons-and-font-awesome-887548662162
But this is the first time working with custom Fontastic font and something odd is going on.
I've got the stylesheet link and referencing direct in the HTML is working perfectly:
<span class="icon-01"></span>
<i class="icon-02"></i>
I then add a text element in the same way I would FontAwesome/Linear Icons (written in HTML for ease of testing):
<svg width="100" height="40">
<text x="20" y="20" style="font-family: untitled-font-3">\ue907</text>
</svg>
I get icons but all of them!
Any ideas?