NewSpring / Rock-Plugins

NewSpring plugins for Rock RMS
http://www.rockrms.com/
3 stars 5 forks source link

Pull request to add antialiasing to core #78

Closed dcs619 closed 9 years ago

dcs619 commented 9 years ago

Potentially turned on for all of Rock

html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }

dcs619 commented 9 years ago

@briankalwat would .html override this setting for FontAwesome?
It looks like FA overrode it for an issue: https://github.com/SparkDevNetwork/Rock/blob/develop/RockWeb/Styles/FontAwesome/core.less#L8

Tested, non-issue since FA style is more specific.

dcs619 commented 9 years ago

https://github.com/SparkDevNetwork/Rock/pull/870