jakegiltsoff / sassline

Set text on the web to a baseline grid with Sass & rems using a responsive modular-scale.
https://sassline.com
1.38k stars 91 forks source link

set text-rendering on body tag #16

Closed msisto closed 10 years ago

msisto commented 10 years ago

I've used Sassline on a few projects now (love it) and I've set text-rendering to geometricPrecision on most of them. Thought it might be a handy contribution to Sassline.

jakegiltsoff commented 10 years ago

Thanks, Matt. I’m not going to merge this because I don’t think using text-rendering is the best thing to do. Kerning is enabled with the font-feature-settings and it is best to leave browsers to handle the rendering as they see fit. This obviously isn’t always right — however adding text-rendering adds another problem rather than fixing everything. I wouldn’t recommend using it, so won’t add it as default here. If you find it right for your projects feel free to keep using it.