Change font family and use ionicons icons

Hi,

Im trying to change the font-family of my app but i want to use the base ionicons icons… How can i do that??
I ve to use 2 different font-face or i ve mo merge them??

Thanks

How you solved the issue, if you did?
I need it too.

simply define a new fontface in your scss/css
http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

after that you can use this font-family directly in your css

like adding a class .icon and the font-family to the icon font.

if you want to use an icon add “class=‘icon arrow’” or something like this to the dom element