Skip to content Skip to sidebar Skip to footer

Squares After Whitespace (labels: -area-undefined Area-webkit Webkit-fonts)

Im getting a strange behavior in chrome that it creates squares after whitespace IE Price: 123234 but this is not after all whitespaces on the site just in situations when i got t

Solution 1:

This has to be a bugg with their latest release (it worked before it) and how they handle -webkit-font, in my specfic case it was

-webkit-font-smoothing: antialiased;

removing that line fixed my issues. i think its anything with -webkit-font, i use a lot of -webkit for backgrounds and other stuff and that works great..

Post a Comment for "Squares After Whitespace (labels: -area-undefined Area-webkit Webkit-fonts)"