Hello,
I've designed a site for a business I'm launching that is *sometimes* giving me problems in Safari.
I'm using @font-face. While Safari 5 is displaying the intended font, tweaks I've made to it (aside from changes in size) are not showing when bringing up the site "live". If I run it through the same browser locally, all is correct. It also runs fine "live" in a friend's fairly new Mac running Safari 6, as well as an old Mac I have here using (I *think*) Safari 3. The Safari 5 problem variants are my Windows based computer, as well as a friend's Mac running Safari 5.
I don't understand what's going on, though in digging around online for a solution, I've read about various Safari 5 issues related to font, though nothing exactly like this (or a fix that works in correcting my problem). The closest I came to correcting this was reading that SVG fonts are sometimes a problem, so I tried adjusting my code to target Safari 5+ to use TTF instead, and that did nothing. Concerned that I may have written this wrong, I removed that and also the code to the SVG file altogether, but the problem still remained.
I appreciate any help with this. Thanks in advance!
I've designed a site for a business I'm launching that is *sometimes* giving me problems in Safari.
I'm using @font-face. While Safari 5 is displaying the intended font, tweaks I've made to it (aside from changes in size) are not showing when bringing up the site "live". If I run it through the same browser locally, all is correct. It also runs fine "live" in a friend's fairly new Mac running Safari 6, as well as an old Mac I have here using (I *think*) Safari 3. The Safari 5 problem variants are my Windows based computer, as well as a friend's Mac running Safari 5.
I don't understand what's going on, though in digging around online for a solution, I've read about various Safari 5 issues related to font, though nothing exactly like this (or a fix that works in correcting my problem). The closest I came to correcting this was reading that SVG fonts are sometimes a problem, so I tried adjusting my code to target Safari 5+ to use TTF instead, and that did nothing. Concerned that I may have written this wrong, I removed that and also the code to the SVG file altogether, but the problem still remained.
I appreciate any help with this. Thanks in advance!