소스 검색

fix post title typography (#6169)

* fix post title typography

* unset lineHeight for core/post-title and add it to h2 element

Co-authored-by: Matias Benedetto <matias.benedetto@gmail.com>
Madhu Dollu 3 년 전
부모
커밋
026c75e537
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pendant/theme.json

+ 2 - 1
pendant/theme.json

@@ -308,7 +308,8 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--heading-font)",
 					"fontSize": "clamp(3rem, 6vw, 5rem)",
-					"fontWeight": 400
+					"fontWeight": 400,
+					"lineHeight": 1
 				}
 			},
 			"h3": {