@@ -334,7 +334,6 @@ input[type=checkbox] + label {
ul,
ol {
- font-family: var(--wp--custom--list--typography--font-family);
padding-left: var(--wp--custom--list--spacing--padding--left);
}
@@ -1,5 +1,4 @@
@@ -192,9 +192,6 @@
},
"list": {
- "typography": {
- "fontFamily": "var(--wp--custom--body--typography--font-family)"
- },
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
@@ -200,9 +200,6 @@
@@ -209,9 +209,6 @@
@@ -175,6 +175,8 @@
line-height: 30px;
+/* NOTE: This can be removed when the rendering of the Navigation block, rendered with a Classic data source (by way of __unstableLocation),
+is passed all of the block attributes on the block definition in the template. */
.wp-block-navigation__container {
justify-content: center;
@@ -233,9 +233,6 @@