I used an svg <text>
element like:
<text x="-.5" y="1" stroke="none"></text>
And it works perfectly, except in Internet Explorer.
I added <meta http-equiv="X-UA-Compatible" content="IE=edge" />
and it didn't work.
How can I load Font Awesome icons in svg text
elements in Internet Explorer?