Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanshortiss/chrome-font-smoothing-plugin
Adds configurable font anti-aliasing to all webpages you visit
https://github.com/evanshortiss/chrome-font-smoothing-plugin
chrome chrome-extension chrome-plugin font javascript plugin
Last synced: about 3 hours ago
JSON representation
Adds configurable font anti-aliasing to all webpages you visit
- Host: GitHub
- URL: https://github.com/evanshortiss/chrome-font-smoothing-plugin
- Owner: evanshortiss
- License: mit
- Created: 2018-11-02T04:02:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T04:02:46.000Z (over 6 years ago)
- Last Synced: 2024-12-11T19:07:53.616Z (about 2 months ago)
- Topics: chrome, chrome-extension, chrome-plugin, font, javascript, plugin
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Chrome Font Smoothing Plugin
This is the source code for my Google Chrome "Font Smoothing" Plugin. You can
install the plugin by visting the [Chrome Web Store](https://chrome.google.com/webstore/detail/font-smoothing/pblodagimcngmkbdjcaphmjbjlnhicnj)This plugin is pretty simple. It applies the CSS `-webkit-font-smoothing`
property with the value `antialiased` to all pages you visit.If you aren't happy with the appearance you can use the plugin menu to set the
smoothing property back to the regular settings, or disable it entirely.The plugin will remember your smoothing preference for each domain you visit so
you only need to adjust it once.