Forums

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

Home Forums CSS How create in css crisp PS font style?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #39974
    brunobatista
    Member

    Is possible to create a same crisp PS font style in CSS3?

    Thanks!

    #110618
    chrisburton
    Participant

    @brunobatista What do you mean? What sort of style are you talking about?

    #110648
    Watson90
    Member

    I think @brunobatista wants to know if there is a CSS property to make the font crisp, as opposed to sharp, strong and smooth just like Photoshop.

    I think there is no way that this is possible, there certainly isn’t a CSS property to make it crisp.

    #110649
    Paulie_D
    Member

    Other than using vector fonts…probably not.

    This is interesting though: http://blog.typekit.com/2011/01/26/css-properties-that-affect-type-rendering/

    #110650
    Kitty Giraudel
    Participant

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    There is also a trick with text-shadow, but I don’t know if it has been fixed or not.

    #110652
    chrisburton
    Participant

    @watson90 After looking back at this again, I think @hugogiraudel has the answer.

    #110743
    Watson90
    Member

    @hugoGiraudel – Nice snippet, will be helpful for the future :)

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