4

I'm using Quicksand from google webfonts on a site I'm developing, but some weird stuff happens when I access the page from Windows browsers.

For instance, the word "STOREFRONTS" comes out like this:

storefronts

Any idea what might be happening?

Jason Sturges
  • 15,855
  • 14
  • 59
  • 80
nnjacob
  • 53
  • 4

1 Answers1

2

If you're working in two environments, for example a Mac side and a Windows side, and the discrepancy appears in the Windows side only in whichever browser you try that supports Web Fonts (IE 6+, Firefox 3.5+, Chrome 4.2+, etc. https://developers.google.com/webfonts/faq), it may be that you have a system-level typeface installed with the same name as Quicksand and that it's using that typeface instead. You might also try here, specifically about the CORS issue in newer versions of Firefox and IE 9+ (https://developers.google.com/webfonts/docs/troubleshooting). An example page or code for how you're loading the typeface in might be helpful, too.

Justin McCraw
  • 540
  • 9
  • 22