html, body {
-webkit-font-smoothing: subpixel-antialiased !important;
text-shadow: 0px 0px 0px !important;
-webkit-text-stroke-width: 0.1px !important;
}
Forces pages to render with "-webkit-font-smoothing: antialiased;", for better looking fonts
Webkit has an annoying habit of rendering text slightly thicker than it appears. This is due to its use of subpixel anti-aliasing. This plugin forces full anti-aliasing on all websites, unless they override it with their own stylesheets.