mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 14:32:23 +01:00
This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into `trunk` for 6.7 beta 3.
A full list of changes can be found on GitHub: [0d8b245021...5d17f41da8
WordPress/twentytwentyfive@0d8b245...5d17f41]
Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.
Built from https://develop.svn.wordpress.org/trunk@59233
git-svn-id: http://core.svn.wordpress.org/trunk@58625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
170 lines
3.0 KiB
JSON
170 lines
3.0 KiB
JSON
{
|
|
"version": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Literata & Ysabeau Office",
|
|
"slug": "typography-preset-5",
|
|
"settings": {
|
|
"typography": {
|
|
"fontSizes": [
|
|
{
|
|
"fluid": false,
|
|
"name": "Small",
|
|
"size": "0.875rem",
|
|
"slug": "small"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "1.125rem",
|
|
"min": "1rem"
|
|
},
|
|
"name": "Medium",
|
|
"size": "1rem",
|
|
"slug": "medium"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "1.375rem",
|
|
"min": "1.125rem"
|
|
},
|
|
"name": "Large",
|
|
"size": "1.38rem",
|
|
"slug": "large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "2rem",
|
|
"min": "1.75rem"
|
|
},
|
|
"name": "Extra Large",
|
|
"size": "1.75rem",
|
|
"slug": "x-large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "2.6rem",
|
|
"min": "1.4rem"
|
|
},
|
|
"name": "Extra Extra Large",
|
|
"size": "2.6rem",
|
|
"slug": "xx-large"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|ysabeau-office",
|
|
"letterSpacing": "-0.24px"
|
|
},
|
|
"blocks": {
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "1.25rem"
|
|
}
|
|
},
|
|
"core/post-author-name": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontWeight": "900",
|
|
"letterSpacing": "-0.96px"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|xx-large"
|
|
},
|
|
"elements": {
|
|
"cite": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|medium",
|
|
"letterSpacing": "-0.14px"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/quote": {
|
|
"elements": {
|
|
"cite": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|medium",
|
|
"letterSpacing": "-0.14px"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/query-title": {
|
|
"typography": {
|
|
"fontWeight": "900"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|ysabeau-office",
|
|
"textTransform": "uppercase",
|
|
"letterSpacing": "1.6px"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|literata",
|
|
"fontSize": "var:preset|font-size|medium",
|
|
"fontWeight": "900",
|
|
"letterSpacing": "-0.36px"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|literata",
|
|
"fontWeight": "900",
|
|
"lineHeight": "1.2"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"letterSpacing": "0px"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontWeight": "900",
|
|
"letterSpacing": "0px"
|
|
}
|
|
}
|
|
},
|
|
"variations": {
|
|
"post-terms-1": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|medium"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|