Help! iphone with custom fonts

Hello to all!, How can i put custom fonts with ionic in ios? , Css I have:
@font-face {
font-family: ‘customfont’;
src: url(’…/resources/fonts/fuente.ttf’);
}
.textapp{
font-family: ‘customfont’;
}

please help!!!

Do you mean "Apply some custom fonts only to iOS platform?