Hey Guys,
I got a strange problem. I want to load stylistic sets of my previously uploaded font. Here is the code I put in my header:
* { -moz-font-feature-settings: "ss03", "ss09"; -webkit-font-feature-settings: "ss03", "ss09"; font-feature-settings: "ss03", "ss09"; } .headline { -moz-font-feature-settings: "ss03", "ss01", "ss09"; -webkit-font-feature-settings: "ss03", "ss01", "ss09"; font-feature-settings: "ss03","ss01", "ss09"; }
When I do it like this, nothing happens. What is really odd: When I delete the uploaded font, it works, but only in my browser. When I load the page on my phone, the font won’t load. Which is reasonable.
Any suggestions?
/edit: please look at the page ‘home-copy’
Here is my site Read-Only: LINK
(how to share your site Read-Only link)