stormwarning / typeset.css

✍ tr.v. type·set To set (written material) into type; compose.
http://stormwarning.github.io/typeset.css/
ISC License
20 stars 0 forks source link

Add optional `font-smoothing` properties #19

Closed stormwarning closed 8 years ago

stormwarning commented 8 years ago
//
// Fonts on OS X will look more consistent with other systems that do not
// render text using sub-pixel anti-aliasing.
//
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
stormwarning commented 8 years ago

Check if <input>s need to have it added explicitly.