SukkaW / DisqusJS

:speech_balloon: Render Disqus comments in Mainland China using Disqus API
https://disqusjs.skk.moe
MIT License
641 stars 55 forks source link

refactor: remove inappropriate styles #31

Closed kidonng closed 5 years ago

kidonng commented 5 years ago
  1. Remove -webkit-font-smoothing and -moz-osx-font-smoothing See https://github.com/woocommerce/storefront/issues/698 and http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/.
  2. Remove font-family Almost every site uses its own font-family config and has to override DisqusJS's, thus providing default style is useless for most people. PS: To provide better display quality, we should encourage site owners to use proper font-family config instead of defining it in our own libraries.