Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 630 Bytes

css-antialias.md

File metadata and controls

30 lines (24 loc) · 630 Bytes
title category layout tags updated
CSS antialiasing
CSS
2017/sheet
Featured
2017-08-26

Antialias

{: .-prime}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

Support

  • Firefox 25+ on OSX
  • Webkits (Chrome, Safari, etc)

References

{: .-one-column}