cherie
-
@font-face rendering issue in Chrome for PC
I am using a mixture of: -webkit-font-smoothing: antialiased; -webkit-text-stroke: 1px transparent; text-rendering:optimizeLegibility; While its not perfect, it is a lot better
-
@font-face rendering issue in Chrome for PC
Ok, so i have now tried: -webkit-font-smoothing: antialiased; -webkit-text-stroke: 1px transparent ; @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'ResagokrLight'; src: url('../fonts/Resago…
-
@font-face rendering issue in Chrome for PC
Just tried: -webkit-text-stroke: 1px transparent but no luck. The link is, http://majellagt.com. Thanks
-
@font-face rendering issue in Chrome for PC
None of the above work, sorry. I am using Drupal CMS and all my sites have fonts [both @font-face and standard body text] that are bleeding out around the edges in Chrome only, any suggestions?