Browse Source

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 years ago
parent
commit
026c75e537
1 changed files with 2 additions and 1 deletions
  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": {