Procházet zdrojové kódy

Update _base.scss

Added Firefox font smoothing to stop fonts looking chunky
Source: http://stackoverflow.com/questions/15182997/font-smoothing-in-firefox
stevekirkby před 11 roky
rodič
revize
6fddf9a5d1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      library/scss/breakpoints/_base.scss

+ 2 - 1
library/scss/breakpoints/_base.scss

@@ -21,7 +21,8 @@ body {
 	line-height: 1.5;
 	color: $text-color;
 	background-color: $gray;
-  -webkit-font-smoothing: antialiased;
+  	-webkit-font-smoothing: antialiased;
+  	-moz-osx-font-smoothing: grayscale;
 }
 
 /********************