Im scaling up text on hover by a small amount. The text looks blurry. After searching for a solution, I have tried various methods other people mention, but these do not work.
eg.
backface-visibility: hidden;
I've also tried scaling down the text before hover and using hover to scale to a value of 1. This also fails to work.
How can I scale text without it being blurry?
Im using transform scale and the bug is in webkit browsers