Seems not working in IE and FF

Home Forums Use Any Fonts Seems not working in IE and FF

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #1539
    Gerald Joehri
    Guest

    Hi,

    friend told me, the font “Opificio” is not working in IE and FF.

    When I test it, it looks fine in FF, but I cannot test it on my Mac in IE. Could you please take a look at it: bodypics.ch

    Assign font is done: body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a
    Server Connectivity Test is GREEN.

    Thanks alot
    Gerald

    #1542
    Dinesh
    Keymaster
    #1543
    Gerald Joehri
    Guest

    Where do I get this from?

    #1544
    Gerald Joehri
    Guest

    Stupid me… I found it and it’s the folder.

    #1545
    Dinesh
    Keymaster

    You host is blocking to load *.woff font format files. Can you ask them to allow it ? You can also ask them to add ttf, eot as well.

    Thanks

    #1547
    Gerald Joehri
    Guest

    Just got response from my hoster and the y said, the are not blocked. I now changed the “allow_url_fopen” to “ON” in the php.ini. Hoster said, that may fix the problem.

    Can you please check it in FF and IE, if it works now?

    Thanks
    Gerald

    #1551
    Dinesh
    Keymaster

    But i am still getting this not found error, however you say that this file exists there.

    “NetworkError: 404 Not Found – http://bodypics.ch/v2/wp-content/uploads/2013/04/130430032958Opificio_rounded.woff”

    Neither, i can directly access it via url.
    http://bodypics.ch/v2/wp-content/uploads/2013/04/130430032958Opificio_rounded.woff

    #1552
    Gerald Joehri
    Guest

    I get the same error message, but the woff is there: uploaded 30.04.2013 file size 25808, chmod 644. Dunno what to do right now…

    #1553
    Dinesh
    Keymaster

    I think its better if you explain more to your host. May be you can try writing allow file types in htaccess.

    http://stackoverflow.com/questions/7787586/htaccess-allowing-access-files-by-extension

    #1554
    Gerald Joehri
    Guest

    next try… 😀

    hoster said, it’s not possible to access via direktlink and that’s normal.

    they said, I probably have to put it in the config (whatever that means…)…???

    #1556
    Dinesh
    Keymaster

    Please try these link to add to your .htaccess file. It should allow to load font files.

    # BEGIN REQUIRED FOR WEBFONTS
    
    AddType font/ttf .ttf
    AddType font/eot .eot
    AddType font/otf .otf
    AddType font/woff .woff
    
    <FilesMatch "\.(ttf|otf|eot|woff)$">
        <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
        </IfModule>
    </FilesMatch>
    
    # END REQUIRED FOR WEBFONTS

    Thanks

    #1557
    Dinesh
    Keymaster

    Also, in normal hosting these fonts get loaded well. I even have used this for many client and didn’t have this problem before.

    Hope this works for you.

    Thanks

    #1710
    Andy Robson
    Guest

    Hi,

    A site I’m developing on my subdomain… http://beckleberrys.squidgydesigns.co.uk/

    The Use Any Font plugin works perfectly in Safari & Chrome but is not working in Firefox or IE.

    Would you be able to shed any light on why?

    Thanks

    Andy

    #1711
    Dinesh
    Keymaster

    Hi Andy,

    I just your site and the setup seems fine. Can you send me your font file at dnesskarki(at)gmail(dot)com.

    I will check in test environment here.

    Thanks

    #1745
    Andres
    Guest

    Hello Danish:

    I can’t see well the font Fruitger in IE.

    In Chrome, Firefox, Safari and Opera it appears well, can you help me please? Website: http://dhl.uxerconsulting.com

    Best regards.

Viewing 15 posts - 1 through 15 (of 22 total)
  • The topic ‘Seems not working in IE and FF’ is closed to new replies.