Hi,
I’m using jquery 1.8.1 and both Firefox 15 and Chrome. If i remove @font-face and @media from my css, saveAs works fine
The code is:
font-face { font-family: 'PT_Sans';
src: url("../fonts/pt_sans-web-regular-webfont.eot");
src: local('PT_Sans_
'),
url('../fonts/pt_sans-web-regular-webfont?#iefix') format('embedded-opentype'),
url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
url('../fonts/pt_sans-web-regular-webfont.svg#PT_Sans') format('svg');
}
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
thanks for your help!