File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 11html ,
22body {
33 font-family : 'Roboto' , sans-serif;
4- -webkit-font-smoothing : antialiased ;
5- -moz-font-smoothing : antialiased ;
4+ -webkit-font-smoothing : auto ;
5+ -moz-font-smoothing : auto ;
66 -moz-osx-font-smoothing : grayscale;
7- font-smoothing : antialiased ;
7+ font-smoothing : auto ;
88 text-rendering : optimizeLegibility;
99 font-smooth : always;
1010 -webkit-tap-highlight-color : transparent;
8282**/
8383body * {
8484 box-sizing : initial;
85- -webkit-font-smoothing : antialiased;
85+ -webkit-font-smoothing : auto;
86+ }
87+
88+ @media (-webkit-min-device-pixel-ratio : 2 ), (min-resolution : 192dpi ) {
89+ /* On Retina the pixel density is so high that we can do anti-aliasing instead of
90+ subpixel anti-aliasing and it will look more beautiful (star)
91+ */
92+ body * {
93+ -webkit-font-smoothing : antialiased;
94+ }
8695}
You can’t perform that action at this time.
0 commit comments