Takashi Irie 6 лет назад
Родитель
Сommit
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")};