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
123 lines
2.2 KiB
JSON
123 lines
2.2 KiB
JSON
{
|
|
"version": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Roboto Slab & Manrope",
|
|
"slug": "typography-preset-4",
|
|
"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.4rem",
|
|
"min": "2.15rem"
|
|
},
|
|
"name": "Extra Extra Large",
|
|
"size": "2.15rem",
|
|
"slug": "xx-large"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"typography": {
|
|
"letterSpacing": "0"
|
|
},
|
|
"blocks": {
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|large",
|
|
"letterSpacing": "-0.28px",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/post-author": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|small"
|
|
}
|
|
},
|
|
"core/post-author-name": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|small"
|
|
}
|
|
},
|
|
"core/post-terms": {
|
|
"typography": {
|
|
"fontWeight": "500"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|roboto-slab",
|
|
"fontSize": "var:preset|font-size|xx-large",
|
|
"fontWeight": "200"
|
|
}
|
|
},
|
|
"core/search": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|large"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
"typography": {
|
|
"fontWeight": "500",
|
|
"letterSpacing": "-0.36px",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|roboto-slab",
|
|
"fontWeight": "300",
|
|
"letterSpacing": "-0.5px",
|
|
"lineHeight": "1.2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|