Explorar el Código

Merge pull request #1248 from Automattic/fix/issue-1247

Varia: Fix quote font setting
Allan Cole hace 6 años
padre
commit
808dd61732
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      varia/sass/blocks/quote/_style.scss

+ 1 - 1
varia/sass/blocks/quote/_style.scss

@@ -18,7 +18,7 @@
 	}
 
 	p {
-		font-family: #{map-deep-get($config-heading, "font", "family")};
+		font-family: #{map-deep-get($config-quote, "font", "family")};
 		font-size: #{map-deep-get($config-heading, "font", "size", "h4")};
 		letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h4")};
 		line-height: #{map-deep-get($config-heading, "font", "line-height", "h4")};