How to disable webkit-font-smoothing
Bug Reports
4
Posts
2
Posters
548
Views
1
Watching
-
hey there!
body{ font-smooth: never!important; -webkit-font-smooth: never!important; }maybe also this:
body{ text-rendering: unset!important; } -

it seems you want to overwrite css for this selector
just use this selector instead of "body". like:
[class*=" icon-oc-"], [class^=icon-oc-]{ font-smooth: never!important; -webkit-font-smooth: never!important; }
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com
