set default typography settings
This commit is contained in:
parent
1fdbbd5dcd
commit
e57475e333
14
theme.json
14
theme.json
@ -178,29 +178,29 @@
|
|||||||
"styles": {
|
"styles": {
|
||||||
"color": {
|
"color": {
|
||||||
"background": "var(--wp--preset--color--background)",
|
"background": "var(--wp--preset--color--background)",
|
||||||
"text": "var(--wp--preset--color--contrast)",
|
"text": "var(--wp--preset--color--contrast)"
|
||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamily": "Inter"
|
"fontFamily": "Inclusive Sans"
|
||||||
},
|
},
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"core/post-title": {
|
"core/post-title": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "30px",
|
"fontSize": "40px",
|
||||||
"fontWeight": "700"
|
"fontWeight": "400"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"elements": {
|
"elements": {
|
||||||
"h1": {
|
"h1": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "30px",
|
"fontSize": "40px",
|
||||||
"fontWeight": "700"
|
"fontWeight": "400"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "22.5px",
|
"fontSize": "24px",
|
||||||
"fontWeight": "400"
|
"fontWeight": "400"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user