Remove Rubik from Ueno and Dawson (#7351)
This commit is contained in:
parent
b6b5a132ae
commit
0407f790dd
2 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue