Hi,
I have added a custom font using @font-face. I have uploaded the font (different extensions) to Wp-content and added the following code to the style.css of the Child theme:
@font-face {
font-family: ‘functioncondensed’;
src: url(‘function-condensed-webfont.eot’);
src: url(‘function-condensed-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘function-condensed-webfont.woff2’) format(‘woff2’),
url(‘function-condensed-webfont.woff’) format(‘woff’),
url(‘function-condensed-webfont.ttf’) format(‘truetype’),
url(‘function-condensed-webfont.svg#functioncondensed’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
After that I have added custom css to the custom code field of your theme.
Everything works well on desktop (chrome and IE) However, it doesn’t work at all in Firefox and on mobile devices using ios.
Could you please advice?
I really appreciate your prompt reply.
Best regards,
Johan