Font Smoothing in Webkit
-
This line of code is right at the top of the css stylesheet. It’s completely unnecessary to use this and it should be removed. It’s overriding the entire site’s font rendering.
* { -webkit-font-smoothing: antialiased; }
I could understand if it’s being used on the .wForm class, but even then it’s preferred to leave font rendering up to the theme. Would love to see an update of this plugin with that change as Form Assembly is the foundation for all of our forms. Thank you.
- The topic ‘Font Smoothing in Webkit’ is closed to new replies.