Explorar el Código

Merge pull request #304 from elron/patch-17

Font-weight changed to 400 (standard)
Eddie Machado hace 13 años
padre
commit
88b5be3571
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/less/_base.less

+ 1 - 1
library/less/_base.less

@@ -126,7 +126,7 @@ a, a:visited {
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
 	font-family: @sans-serif;
 	text-rendering: optimizelegibility;
-	font-weight: 500;
+	font-weight: 400;
 	/*
 	if you're going to use webfonts, be sure to check your weights
 	http://css-tricks.com/watch-your-font-weight/