Forums

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

Home Forums CSS Mac OS X Fonts

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44296
    DADE
    Participant

    Hey guys,
    I’ve googled a little bit but still didnt found any solution that would solve my problem.
    Here’s the deal. I’m using custom font:

    @font-face {
    font-family: ‘PT Sans’;
    font-style: normal;
    font-weight: 400;
    src: local(‘PT Sans’), local(‘PTSans-Regular’), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/yrzXiAvgeQQdopyG8QSg8Q.woff) format(‘woff’);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    }

    But all fonts are bold on Mac OS X. Everything is fine on windows. Any ideas?

    #132716
    chrisburton
    Participant

    @DADE Try adding `font-weight: normal;` to the above code. Also, you need to support more than WOFF to work cross-browser/platform.

    #132717
    DADE
    Participant

    Tried, not working.

    #132718
    chrisburton
    Participant

    @DADE Can I see a link? Could be many things.

    #132720
    DADE
    Participant

    Ufff, need to upload it somewhere, I’m in the bus at the moment, when I’ll be home I’ll post it. :)

    #132722
    chrisburton
    Participant

    @DADE Actually, download the zip file below when you get home. It’s from Paratype (foundry of PT Sans) and take a screenshot of the demo that’s in the folder.

    http://www.fontstock.com/public/PTSansWeb.zip

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