Web Fonts not showing on iPhone
-
Hi,
I uploaded a custom web font that seems to be working on Safari and Chrome on my computer.
However, I can’t seem to get he font to work on iPhone; it renders as either a Times type of font or a plain sans serif font.
I have uploaded the .woff and .woff2 files into th file manager on GoDaddy. Here is the code in the CSS:
@font-face {
font-family: ‘hunterregular’;
src: url(‘https://www.charmedbycamille.com/wp-content/themes/hayes/fonts/hunter-webfont.woff2’) format(‘woff2’),
url(‘https://www.charmedbycamille.com/wp-content/themes/hayes/fonts/hunter-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;
}The page I need help with: [log in to see the link]
- The topic ‘Web Fonts not showing on iPhone’ is closed to new replies.