Explorar o código

Fix/pendant variation navy (#5905)

Jason Crist %!s(int64=3) %!d(string=hai) anos
pai
achega
c5ebc40593
Modificáronse 2 ficheiros con 53 adicións e 11 borrados
  1. 2 2
      pendant/patterns/post-topics.php
  2. 51 9
      pendant/styles/dark-navy.json

+ 2 - 2
pendant/patterns/post-topics.php

@@ -5,7 +5,7 @@
  */
 ?>
 
-<!-- wp:heading {"style":{"spacing":{"margin":{"bottom":"20px"}}},"fontSize":"large"} -->
-<h2 class="has-large-font-size" style="margin-bottom:20px"><?php echo esc_html__( 'Popular Topics', 'pendant' ); ?></h2>
+<!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"20px"}}},"fontSize":"large"} -->
+<h4 class="has-large-font-size" style="margin-bottom:20px"><?php echo esc_html__( 'Popular Topics', 'pendant' ); ?></h4>
 <!-- /wp:heading -->
 <!-- wp:categories /-->

+ 51 - 9
pendant/styles/dark-navy.json

@@ -6,12 +6,12 @@
 			"palette": [
 				{
 					"slug": "primary",
-					"color": "#A6FFD4",
+					"color": "#DEFFEF",
 					"name": "Primary"
 				},
 				{
 					"slug": "foreground",
-					"color": "#DEFFEF",
+					"color": "#A6FFD4",
 					"name": "Foreground"
 				},
 				{
@@ -21,7 +21,7 @@
 				},
 				{
 					"slug": "tertiary",
-					"color": "#DEFFEF",
+					"color": "#0F1E42",
 					"name": "Tertiary"
 				}
 			]
@@ -31,12 +31,12 @@
 				{
 					"fontFamily": "Inter, sans-serif",
 					"slug": "body-font",
-					"name": "Body (System Font)",
+					"name": "Body",
 					"fontFace": [
 						{
 							"fontDisplay": "block",
 							"fontFamily": "Inter",
-							"fontWeight": "300 400",
+							"fontWeight": "100 500",
 							"fontStyle": "normal",
 							"fontStretch": "normal",
 							"src": [
@@ -46,7 +46,7 @@
 						{
 							"fontDisplay": "block",
 							"fontFamily": "Inter",
-							"fontWeight": "500 600",
+							"fontWeight": "600 900",
 							"fontStyle": "normal",
 							"fontStretch": "normal",
 							"src": [
@@ -56,13 +56,13 @@
 					]
 				},
 				{
-					"fontFamily": "'Inter', serif",
+					"fontFamily": "'InterLight', serif",
 					"slug": "heading-font",
-					"name": "Headings (System Font)",
+					"name": "Headings",
 					"fontFace": [
 						{
 							"fontDisplay": "block",
-							"fontFamily": "Inter",
+							"fontFamily": "InterLight",
 							"fontStyle": "normal",
 							"fontStretch": "normal",
 							"src": [
@@ -73,5 +73,47 @@
 				}
 			]
 		}
+	},
+	"styles": {
+		"blocks": {
+			"core/site-title": {
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--body-font)"
+				}
+			}
+		},
+		"elements": {
+			"h1": {
+				"typography": {
+					"fontWeight": 300
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontWeight": 300
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontWeight": 300
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--body-font)",
+					"fontWeight": 700
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontWeight": 700
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontWeight": 700
+				}
+			}
+		}
 	}
 }