I am using a custom font for my homepage. It works on Safari on my Mac, and Chrome. It does not work on my iPhone or iPad, nor does it work on Firefox.
This may be out of the scope of your support, but if you have any insight into this problem I would greatly appreciate it.
My custom css is this:
@font-face {
font-family: ‘funkydoribold’;
src: url(‘webfonts/funkydori/funkydori_bold-webfont.eot’);
src: url(‘webfonts/funkydori/funkydori_bold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘webfonts/funkydori/funkydori_bold-webfont.woff2’) format(‘woff2’),
url(‘webfonts/funkydori/funkydori_bold-webfont.woff’) format(‘woff’),
url(‘webfonts/funkydori/funkydori_bold-webfont.ttf’) format(‘truetype’),
url(‘webfonts/funkydori/funkydori_bold-webfont.svg#funkydoribold’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
Thank you!