Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26490, comment 10


Ignore:
Timestamp:
12/09/2013 02:11:51 AM (11 years ago)
Author:
iammattthomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26490, comment 10

    initial v1  
    1 I believe that we're only using {{{-webkit-font-smoothing: antialiased}}} on icons, where we specifically don't want the added visual weight of subpixel antialiasing on our icons. Otherwise we either don't specify it or we specify {{{subpixel-antialiasing}}} specifically, for the readability reasons outlined in dd32's comment.
     1I believe that we're only using {{{-webkit-font-smoothing: antialiased}}} on icons, where we specifically don't want the added visual weight of subpixel antialiasing on our icons. Otherwise we either don't specify it or we specify {{{subpixel-antialiasing}}} specifically, for the readability reasons outlined in dd32's comment. (Though this is moot re: IE anyway)