Commit Graph

3 Commits

Author SHA1 Message Date
Adam Conrad
3af20d3033 Improve anti-aliasing on WebKit browsers
`-webkit-font-smoothing` provides WebKit browsers with improved anti-aliasing capabilities. The reason to nest this with the ever-notorious universal identifier (`*`) is that not HTML elements are caught under the `body` blanket. This is most notable when comparing the way fonts render text inside of `<input[type="button"]>` form elements as opposed to purely textual elements like `<a>`, `<p>`. To deliver a beautiful, consistent experience, we need to apply this universally for all elements on WebKit.
2014-12-10 23:16:03 -05:00
dhg
a3208cfa39 adding in the offsets and a few other small things 2014-12-09 11:12:30 -08:00
Dave Gamache
baec02aeb5 creating the downloadish page 2014-12-08 12:36:15 -08:00