Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.