Преглед изворни кода

Varia: Fix quote font setting

Takashi Irie пре 6 година
родитељ
комит
478dbed5b0
1 измењених фајлова са 1 додато и 1 уклоњено
  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")};