@@ -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 */
@@ -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": [
@@ -12,4 +12,8 @@ div.wp-block-query-pagination {
.wp-block-query-pagination-next {
+ .is-arrow-arrow {
+ }
@@ -335,6 +335,11 @@