3l icon indicating copy to clipboard operation
3l copied to clipboard

an idea: font-smoothing

Open stevenvachon opened this issue 11 years ago • 2 comments

I know that it's WebKit only, but it still beats adding a vendor prefix:

.font-smoothing ()
{
    -webkit-font-smoothing: antialiased;
}

stevenvachon avatar Dec 04 '13 00:12 stevenvachon

Thanks for the idea, but as far as I know this property was made useless in Chrome. Also it's a one-time usage property (you mostly apply it to an html or a body element), so creating a class for it seems like a bit too much compared to the profit from using it.

mateuszkocz avatar Dec 04 '13 16:12 mateuszkocz

Still works here and I just updated a few seconds ago. I don't use it on the html or body element but instead use it on header tags only because the fonts are typically much larger.

stevenvachon avatar Dec 04 '13 17:12 stevenvachon