소스 검색

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