SyntaxFix
Write A Post
Hire A Developer
Questions
In my case following code caused blurry font:
-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
and just adding zoom property fixed it for me. Play around with zoom, following worked for me:
zoom: 97%;