Coherent UI uses ClearType on Microsoft Windows. This allows fonts to look the same way as they do in the operating system and the rest of applications.
However, there are fonts that look fuzzy in certain sizes when they are rendered with ClearType. Here is a screenshot of the Lato font using ClearType:
-coherent-font-cleartype
that gives you control over whether ClearType should be used or standard antialiasing. -coherent-font-cleartype
has two values:
on
- use ClearType if possible. This is the default valueoff
- do not use ClearType at allTo turn off ClearType for a certain element you can use
And here is the result with -coherent-font-cleartype: off
:
Note that the result of using or turning off ClearType depends a lot on the font itself, the font size and weight.