Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit a899b59

Browse files
committed
[clean-gmail] Update system font stack
1 parent 315b4d7 commit a899b59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mikesprague/clean-gmail/userstyle.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
body, body * {
1+
body, body * {
22
/* cleaner font rendering */
3-
text-rendering: optimizeLegibility !important;
4-
-webkit-font-smoothing: subpixel-antialiased !important;
5-
-moz-osx-font-smoothing: grayscale !important;
6-
3+
text-rendering: optimizeLegibility;
4+
-webkit-font-smoothing: antialiased;
5+
-webkit-font-smoothing: subpixel-antialiased;
6+
-moz-osx-font-smoothing: grayscale;
77
/* use system fonts for cleaner/faster rendering */
8-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
8+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
99
}
1010

1111
/* -- start hide-ads userscript by @axxlent -- */

0 commit comments

Comments
 (0)