Font Smoothing for all page
Font Smoothing by quangminh1451
Details
Authorquangminh1451
LicenseNo License
CategoryFont Smoothing
Created
Updated
Size446 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Font Smoothing
@namespace Font Smoothing
@version 1.0.2
@description Font Smoothing for all
@author @✦✦
==/UserStyle== */
@-moz-document url-prefix("https://"),
url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/manage.html"),
url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/edit.html?id=") {
body {
-webkit-font-smoothing: antialiased;
}
}