Hello, I have uploaded a font, and it seems to be loading properly on desktops, but it is not loading on mobile. It’s a display font, so it’s very easy to notice. What I have in the Global CSS is…
@font-face {
font-family: ‘stone-serif-bold’;
src: url(‘http://andrewswolff.com/wp-content/themes/x-child/fonts/stone-serif-bold.eot’);
src: url(‘http://andrewswolff.com/wp-content/themes/x-child/fonts/stone-serif-bold.eot?#iefix’) format(‘embedded-opentype’),
url(‘http://andrewswolff.com/wp-content/themes/x-child/fonts/stone-serif-bold.woff’) format(‘woff’),
url(‘http://andrewswolff.com/wp-content/themes/x-child/fonts/stone-serif-bold.ttf’) format(‘truetype’),
url(‘http://andrewswolff.com/wp-content/themes/x-child/fonts/stone-serif-bold.svg#stoneserifbold’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
I’m hosting through Bluehost, and all the files seem to be in the right place, but I must be missing something. Can you help me solve this?