Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why I am not allow to generate the font-face kit for myriad pro Re: Why I am not allow to generate the font-face kit for myriad pro

#118388
Robin
Participant

I’ve fixed this! Chrome likes it when you load the SVG line first. Just move that up in priority. Hmm… someone should tell Font Squirrel.

http://stackoverflow.com/a/9041280/1112665

e.g.

src: url(‘geosanslight-webfont.svg#GeosansLightRegular’) format(‘svg’),
url(‘geosanslight-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘geosanslight-webfont.woff’) format(‘woff’),
url(‘geosanslight-webfont.ttf’) format(‘truetype’);

let me know if that works for you. cheers!