Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 717 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 717 Bytes

Font Smoothing Switch

Chrome extension for turning on or off webkit-font-smoothing

A CSS class chrome-webkit-font-smoothing-switch is added to <body> by default which adds style -webkit-font-smoothing: antialiased. The extension can be turned on or off by clicking to icon.

Load the extension

Since the extension is not packed and published through Chrome Web Store, Developer mode is needed to be on to load this extension. Check out the instructions here: https://developer.chrome.com/extensions/getstarted#unpacked

Todo

  • Add button for switch on and off font smothing feature
  • Design icons
  • Change icon according to on/off
  • Save on/off state of tabs individually