Description
Controls the application of anti-aliasing when fonts are rendered.
SCSS Usage
@include font-smoothing($value: on)
Where $value
can be on
or off
, defaults to on
.
And so, in SCSS:
Output
Demo
Using the above .demo-font-smoothing-on
and .demo-font-smoothing-off
classes above: