themes-wordpress/pixel/theme.json
Jeff Ong 327f589048
Pixel: update font sizes and weights (#6479)
* Update paragraph styles.

* Update heading sizes.

* Update site title and post title fonts and weights.

* Enable fluid for the standard medium size.

* Update heading weights.

* Update site title weight.

* Update fluid type scale to use same viewport as Gutenberg.
2022-09-02 10:42:15 +05:30

440 lines
No EOL
12 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"customTemplates": [
{
"name": "blank",
"postTypes": [
"page",
"post"
],
"title": "Blank"
},
{
"name": "header-footer-only",
"postTypes": [
"page",
"post"
],
"title": "Header and Footer Only"
},
{
"name": "footer-only",
"postTypes": [
"page",
"post"
],
"title": "Footer Only"
}
],
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{
"color": "#040DE1",
"name": "Primary",
"slug": "primary"
},
{
"color": "#040DE1",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#DDCFFF",
"name": "Background",
"slug": "background"
},
{
"color": "#CDBAF9",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"custom": {
"gap": {
"horizontal": "min(30px, 5vw)",
"vertical": "min(30px, 5vw)"
}
},
"layout": {
"contentSize": "620px",
"wideSize": "1000px"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"fluid": true,
"fontFamilies": [
{
"fontFamily": "'DM Mono', sans-serif",
"name": "DM Mono",
"slug": "dm-mono",
"fontFace": [
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "300",
"fontStyle": "normal",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-Light.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "300",
"fontStyle": "italic",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-LightItalic.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "400",
"fontStyle": "normal",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-Regular.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "400",
"fontStyle": "italic",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-Italic.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "500",
"fontStyle": "normal",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-Medium.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "DM Mono",
"fontWeight": "500",
"fontStyle": "italic",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/DMMono-MediumItalic.ttf"
]
}
]
}
],
"fontSizes": [
{
"name": "Small",
"size": ".813rem",
"fluid": false,
"slug": "small"
},
{
"name": "Medium",
"size": "1.125rem",
"fluid": {
"min": "1rem",
"max": "1.125rem"
},
"slug": "medium"
},
{
"name": "Large",
"fluid": false,
"size": "1.5rem",
"slug": "large"
},
{
"name": "Extra Large",
"fluid": false,
"size": "2rem",
"slug": "x-large"
}
]
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "4px"
}
},
"core/code": {
"border": {
"color": "#CCCCCC",
"radius": "0px",
"style": "solid",
"width": "2px"
},
"spacing": {
"padding": {
"bottom": "var(--wp--custom--gap--vertical)",
"left": "var(--wp--custom--gap--horizontal)",
"right": "var(--wp--custom--gap--horizontal)",
"top": "var(--wp--custom--gap--vertical)"
}
},
"typography": {
"fontFamily": "monospace"
}
},
"core/comment-author-name": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-edit-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-reply-link": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textDecoration": "underline"
}
},
"core/comments-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"core/comment-content": {
"typography": {
"fontSize": "1.125rem",
"lineHeight": "1.6"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"core/heading": {
"typography": {
"fontWeight": "400",
"lineHeight": "1.125"
}
},
"core/list": {
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
}
}
},
"core/navigation": {
"typography": {
"fontSize": "1.125rem"
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"spacing": {
"margin": {
"bottom": "0"
}
},
"typography": {
"fontSize": "clamp(1.375rem, 1.2916666666666667rem + 0.4166666666666667vw, 1.625rem)",
"fontWeight": "normal",
"lineHeight": "1.125"
}
},
"core/pullquote": {
"border": {
"style": "solid",
"width": "1px 0"
},
"spacing": {
"padding": {
"bottom": "var(--wp--custom--gap--horizontal)",
"left": "var(--wp--custom--gap--horizontal)",
"right": "var(--wp--custom--gap--horizontal)",
"top": "var(--wp--custom--gap--horizontal)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "italic"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
},
"spacing": {
"padding": {
"left": "var(--wp--custom--gap--horizontal)"
}
},
"typography": {
"fontSize": "1.125rem",
"fontStyle": "normal"
}
},
"core/search": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--foreground)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "0.825rem"
}
},
"core/site-title": {
"typography": {
"fontSize": "0.875rem",
"fontWeight": "400",
"textTransform": "uppercase",
"textDecoration": "none"
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"button": {
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "normal",
"lineHeight": "2",
"textDecoration": "none"
},
"spacing": {
"padding": {
"top": "calc(0.667em + 2px)",
"bottom": "calc(0.667em + 2px)",
"left": "calc(1.333em + 2px)",
"right": "calc(1.333em + 2px)"
}
}
},
"heading": {
"typography": {
"fontWeight": "500"
}
},
"h1": {
"typography": {
"fontSize": "clamp(1.375rem, 1.1442307692307692rem + 0.4807692307692308vw, 1.625rem)"
}
},
"h2": {
"typography": {
"fontSize": "clamp(1.25rem, 1.1346153846153846rem + 0.2403846153846154vw, 1.375rem)"
}
},
"h3": {
"typography": {
"fontSize": "clamp(1.125rem, 1.0096153846153846rem + 0.2403846153846154vw, 1.25rem)"
}
},
"h4": {
"typography": {
"fontSize": "1.125rem"
}
},
"h5": {
"typography": {
"fontSize": "0.813rem",
"textTransform": "uppercase"
}
},
"h6": {
"typography": {
"fontSize": "0.75rem",
"fontWeight": "400",
"textTransform": "uppercase"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"spacing": {
"blockGap": "30px"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontWeight": "300",
"fontSize": "0.875rem",
"lineHeight": "1.6"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 2
}