N
N
nikolay55rst2018-06-21 17:55:56
css
nikolay55rst, 2018-06-21 17:55:56

What styles should be given to the font?

Hello.
The problem with displaying a third-party font circe, namely, "with quality", blurry / ripples, you won't understand how)) - the size is set to 13px, if it's from 16 or more, then it already looks great.
A small observation in Photoshop:
The CSS of someone else's site is set to #020202, but when zoomed in to 1600% and clicked with the eyedropper, several colors are visible, blue and others. No properties are set for this font, no shadows.
5b2bb8d368ab7943646444.png
On mine, only one color, so to speak. There are no properties either. Played with smoothing
5b2bb94297829938217291.png

{ -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility:    hidden !important;
  -ms-backface-visibility:     hidden !important;}

everything I didn’t do, it still somehow works in chrome, but in Edge it just hurts my eyes, in general, it didn’t bring the desired result, the font is rippled somewhere somewhere muddy, there is no clarity in it.
Explain pliz how to achieve normal display.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Neron, 2018-06-21
@nikolay55rst

In a graph editor, it's almost useless to evaluate font rendering. It's easier to test and choose the optimal size in a simple html right in the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question