Remove Rubik from Ueno and Dawson (#7351)

This commit is contained in:
Sarah Norris 2023-09-08 13:18:41 +01:00 committed by GitHub
parent b6b5a132ae
commit 0407f790dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -536,7 +536,7 @@
},
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": 0.7
"lineHeight": "0.7"
}
},
"core/paragraph": {
@ -563,7 +563,7 @@
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "300",
"lineHeight": 1.7
"lineHeight": "1.7"
}
},
"core/post-date": {
@ -820,7 +820,6 @@
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontWeight": "400",
"lineHeight": "1.125"
}

View file

@ -558,11 +558,10 @@
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0.05em",
"lineHeight": 1.2,
"lineHeight": "1.2",
"textTransform": "uppercase"
}
},