jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: saveAs… problem saveAs… problem #7593

    megrez
    Member

    thank you very much!!!

    in reply to: saveAs… problem saveAs… problem #7559

    megrez
    Member

    Sorry, 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; } }

    in reply to: saveAs… problem saveAs… problem #7558

    megrez
    Member

    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!

Viewing 3 posts - 1 through 3 (of 3 total)