zicht / htmldev-bundle

Library - Easy living styleguides with Symfony and Twig
MIT License
4 stars 1 forks source link

Add font-smoothing to styleguide components #56

Closed avanderhoek closed 1 year ago

avanderhoek commented 4 years ago

Like this:

.c-component {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}