Forums

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

Home Forums CSS Entypo-Social problem in Windows Chrome, Opera web browsers.

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #40745
    Nosenation
    Member

    Hi

    I tried to use on my webpage an entypo-social webfont.
    I added it by @font-face, and on my Mac everything works ok, but on windows is not. Windows versions of Chrome and Opera don’t show font at all.
    Firefox and IE 8/9 display it correctly.
    Don’t know where the problem is.
    I sent mail to author but he doesn’t see problem.
    Help!

    My font-face declaration:
    @font-face {
    font-family: ‘Entypo Social’;
    src: url(‘fonts/entypo-social.eot’);
    src: url(‘fonts/entypo-social.eot’) format(’embedded-opentype’),
    url(‘fonts/entypo-social.woff’) format(‘woff’),
    url(‘fonts/entypo-social.ttf’) format(‘truetype’),
    url(‘fonts/entypo-social.svg#Entypo Social’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    Simple webpage with added this font-face and html symbols for this font: https://www.dropbox.com/s/rxhp55lynie06eu/entypo-social.rar

    #114033
    bnjmn
    Member

    I’m running into the same issue. I noticed this is not specific to my implementation of the font on my site. If you go to entypo.com with Chrome in W7, none of the social fonts show up. Let us know if you hear anything back from the author. Thanks.

    #114035
    Paulie_D
    Member

    Hmmm…they don’t show up in Safari/W7 either.

    #114037
    Nosenation
    Member

    I found that if you remap those icons using http://icomoon.io/app/ it works better (Chrome for sure). I think that there is some problem with mapping, maybe browsers don’t see as high utf codes as assigned for those social icons. If somebody have any clue, please respond :)

    #114081

    Try using it from http://fontello.com

    #114126
    Nosenation
    Member

    As I mentioned, I used icomoon.io/app and works, but problem with original version from author site still occur.

    #114155
    #114160
    Nosenation
    Member

    This isn’t line-height font issue. On windows it doesn’t display at all (official version from http://www.entypo.com).

    You wanted to link this :) : https://github.com/danielbruce/entypo/issues/10

    #114238

    Aye, that’s the one. Whoops.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.