mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-21 01:05:46 +03:00
Theme templates: Fix layout of pages
This commit is contained in:
parent
1466e3439e
commit
942de224c3
5 changed files with 60 additions and 36 deletions
|
@ -1,6 +1,40 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 2,
|
||||
"settings": {},
|
||||
"styles": {}
|
||||
"settings": {
|
||||
"custom": {
|
||||
"form": {
|
||||
"border": {
|
||||
"color": "var(--wp--preset--color--charcoal-5)",
|
||||
"width": "1px"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--heading-2)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--heading-2)"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--heading-3)"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--heading-4)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue