Browse Source

Videomaker: Use the system font for pagination arrows (#4933)

Ben Dwyer 3 năm trước cách đây
mục cha
commit
361476e65d

+ 4 - 0
videomaker/assets/theme.css

@@ -179,4 +179,8 @@ div.wp-block-query-pagination .wp-block-query-pagination-next {
 	text-align: right;
 }
 
+div.wp-block-query-pagination .is-arrow-arrow {
+	font-family: var(--wp--preset--font-family--system-font);
+}
+
 /*# sourceMappingURL=theme.css.map */

+ 5 - 0
videomaker/child-theme.json

@@ -117,6 +117,11 @@
 					"slug": "inter",
 					"name": "Inter",
 					"google": "family=Inter:wght@100..900"
+				},
+				{
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"slug": "system-font",
+					"name": "System Font"
 				}
 			],
 			"fontSizes": [

+ 4 - 0
videomaker/sass/blocks/_query-pagination.scss

@@ -12,4 +12,8 @@ div.wp-block-query-pagination {
 	.wp-block-query-pagination-next {
 		text-align: right;
 	}
+
+	.is-arrow-arrow {
+		font-family: var(--wp--preset--font-family--system-font);
+	}
 }

+ 5 - 0
videomaker/theme.json

@@ -335,6 +335,11 @@
 					"slug": "inter",
 					"name": "Inter",
 					"google": "family=Inter:wght@100..900"
+				},
+				{
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"slug": "system-font",
+					"name": "System Font"
 				}
 			],
 			"fontSizes": [