瀏覽代碼

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")};