That works to render the RadCliffeBold font on iPhone, but the same snippet of code won’t render the KasseUltraFLF (which is the font I want). KasseUltraFLF renders fine on desktop, but not on iPhone.
I use the code above, but replace RadCliffeBold with KasseUltraFLF, and KasseUltraFLF doesn’t render on iPhone. KasseUltraFLF will still render on desktop.
Someone solved my answer in another thread. The solution was to run the font file through a free online convertor, and upload additional formats (eot, svg, and ttf). The font loads properly now on mobile.
For anyone looking for this solution in the future, here is the CSS I used –