Browse Source

Changes from WordPress Playground (#7703)

Beatriz Fialho 1 year ago
parent
commit
e1a85315eb
2 changed files with 4 additions and 4 deletions
  1. 3 3
      common/style.css
  2. 1 1
      common/theme.json

+ 3 - 3
common/style.css

@@ -11,7 +11,7 @@ Version: 1.0.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: common
-Tags: blog, photography, portfolio, grid-layout, one-column, three-columns, four-columns, wide-blocks, block-patterns, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, template-editing, theme-options, threaded-comments, translation-ready, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
+Tags: blog, photography, portfolio, grid-layout, one-column, three-columns, four-columns, wide-blocks, block-patterns, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, template-editing, theme-options, threaded-comments, translation-ready, full-site-editing, rtl-language-support
 */
 
 /*
@@ -30,6 +30,6 @@ Tags: blog, photography, portfolio, grid-layout, one-column, three-columns, four
  * https://github.com/WordPress/gutenberg/issues/42319
  */
 a {
-	text-decoration-thickness: .0625em !important;
-	text-underline-offset: .15em;
+	text-decoration-thickness: 0.7px !important;
+	text-underline-offset: .14em;
 }

+ 1 - 1
common/theme.json

@@ -1011,7 +1011,7 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontFamily": "var(--wp--preset--font-family--anonymous-pro)",
 					"fontWeight": "400",
 					"lineHeight": "1.125",
 					"textTransform": "uppercase"