Font looks different on photoshop and at website

后端 未结 3 389
死守一世寂寞
死守一世寂寞 2020-12-19 03:29

Simple question: Why this 2 fonts looks different at photoshop and at website. \"\"

At this picture - this firs

相关标签:
3条回答
  • 2020-12-19 04:02

    Make sure you are adding the css to the right location sometimes that could be the issue. For full notes on how to lessen the weight of a font you can find it here:

    http://www.w3schools.com/css/tryit.asp?filename=trycss_font-weight

    0 讨论(0)
  • 2020-12-19 04:12

    photoshop handles fonts a lot differently than a web browser ... because photoshop used functions like smoothing, kernel and others the font will almost always look different in a browser

    0 讨论(0)
  • 2020-12-19 04:15

    To get the same result try using font-smoothing: antialiased, and reducing the font size so it matches your Photoshop image.

    The biggest difference is because Adobe Photoshop will not do subpixel font-smoothing—unlike most browsers. In your example image this is easily visible if you zoom in(see the color shifts around the edges). Windows has a history of using an extra crisp form of subpixel font rendering, which exacerbates the problem as the perceived font weight can change severely.

    Smashing Magazine has an excellent article on font rendering.

    0 讨论(0)
提交回复
热议问题