themes-wordpress/bedrock/theme.json
Takashi Irie bcfa0743ba
Bedrock: Initial commit (#7578)
* Bedrock: Initial commit

* Bedrock: Add role atribute for sites without Gutenberg plugin
2024-01-10 11:53:50 -05:00

995 lines
25 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"background": true,
"custom": true,
"customDuotone": true,
"customGradient": true,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"palette": [
{
"color": "#0a100a",
"name": "Base",
"slug": "base"
},
{
"color": "#ffffff",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#418a2c",
"name": "Primary",
"slug": "primary"
},
{
"color": "#7a7a7a",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#999999",
"name": "Accent / One",
"slug": "accent-one"
},
{
"color": "#6a6ab1",
"name": "Accent / Two",
"slug": "accent-two"
},
{
"color": "#ffffa0",
"name": "Accent / Three",
"slug": "accent-three"
}
],
"text": true
},
"layout": {
"contentSize": "814px",
"wideSize": "1344px"
},
"shadow": {
"presets": [
{
"name": "Buttons",
"shadow": "inset -2px -4px #0006, inset 2px 2px #FFF7",
"slug": "buttons"
},
{
"name": "Buttons Active",
"shadow": "inset -2px -4px #0004, inset 2px 2px #FFF5;",
"slug": "buttons-active"
}
]
},
"spacing": {
"customSpacingSize": true,
"spacingScale": {
"steps": 0
},
"spacingSizes": [
{
"name": "1",
"size": "0.25rem",
"slug": "30"
},
{
"name": "2",
"size": "0.5rem",
"slug": "40"
},
{
"name": "3",
"size": "1.5rem",
"slug": "50"
},
{
"name": "4",
"size": "clamp(1.5rem, 3.4482759vw, 3rem)",
"slug": "60"
},
{
"name": "5",
"size": "clamp(3rem, 6.8965517vw, 6rem)",
"slug": "70"
},
{
"name": "6",
"size": "clamp(6rem, 1.03448276vw, 9rem)",
"slug": "80"
}
],
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": true,
"dropCap": true,
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Pixeloid Sans",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/pixeloid-sans_normal_400.otf"
]
},
{
"fontFamily": "Pixeloid Sans",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/pixeloid-sans_normal_700.otf"
]
}
],
"fontFamily": "Pixeloid Sans",
"slug": "pixeloid-sans"
},
{
"fontFace": [
{
"fontFamily": "Pixeloid Mono",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/pixeloid-mono_normal_400.otf"
]
}
],
"fontFamily": "Pixeloid Mono",
"slug": "pixeloid-mono"
},
{
"fontFace": [
{
"fontFamily": "Cousine",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/cousine_normal_400.ttf"
]
},
{
"fontFamily": "Cousine",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/cousine_italic_400.ttf"
]
},
{
"fontFamily": "Cousine",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/cousine_normal_700.ttf"
]
},
{
"fontFamily": "Cousine",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/cousine_italic_700.ttf"
]
}
],
"fontFamily": "Cousine",
"slug": "cousine"
}
],
"fontSizes": [
{
"fluid": false,
"name": "Extra Small",
"size": "0.72rem",
"slug": "x-small"
},
{
"fluid": {
"max": "0.9rem",
"min": "0.72rem"
},
"name": "Small",
"size": "0.9rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "0.9rem"
},
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.406rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.406rem",
"slug": "large"
},
{
"fluid": {
"max": "1.758rem",
"min": "1.406rem"
},
"name": "Extra Large",
"size": "1.944rem",
"slug": "x-large"
},
{
"fluid": {
"max": "2.197rem",
"min": "1.758rem"
},
"name": "Double Extra Large",
"size": "2.197rem",
"slug": "xx-large"
}
],
"fontStyle": true,
"fontWeight": true,
"letterSpacing": true,
"textDecoration": true,
"textTransform": true
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/archives": {
"css": "& {list-style-type:none;} & li+li{margin-top: 0.5rem;}",
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/audio": [],
"core/avatar": [],
"core/button": {
"css": ".wp-block-button__link{text-shadow:2px 2px #000A;}",
"variations": {
"outline": {
"shadow": "none",
"spacing": {
"padding": {
"bottom": "calc(0.6875rem - 2px)",
"left": "calc(1.375rem-2px)",
"right": "calc(1.375rem-2px)",
"top": "calc(0.6875rem - 2px)"
}
}
}
}
},
"core/buttons": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--40)"
}
},
"core/calendar": {
"css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) td {border-color: var(--wp--preset--color--secondary);} &.wp-block-calendar table:where(:not(.has-text-color)) th {border-color: var(--wp--preset--color--secondary);} & :where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}"
},
"core/categories": {
"css": "& {list-style-type:none;} & li+li{margin-top: 0.5rem;}",
"spacing": {
"padding": {
"left": "0"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/code": {
"border": {
"color": "var(--wp--preset--color--secondary)",
"radius": "0",
"style": "solid",
"width": "1px"
},
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--50)",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--50)"
}
}
},
"core/column": [],
"core/columns": [],
"core/comment-author-name": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-content": {
"css": "& p{margin-bottom:0;} & p+p{margin-top:var(--wp--preset--spacing--50)}"
},
"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": {
"css": " .comment-reply-link{text-shadow:2px 2px #000A;}",
"elements": {
"link": {
":active": {
"shadow": "var( --wp--preset--shadow--buttons-active )"
},
":focus": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--accent-one)",
"text": "var(--wp--preset--color--contrast)"
},
"shadow": "var( --wp--preset--shadow--buttons )",
"spacing": {
"padding": "0.5rem 1.125rem"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1",
"textDecoration": "none"
}
}
}
},
"core/comment-template": [],
"core/comments": [],
"core/comments-pagination": [],
"core/comments-pagination-next": [],
"core/comments-pagination-numbers": [],
"core/comments-pagination-previous": [],
"core/comments-title": {
"spacing": {
"margin": {
"bottom": "0",
"top": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"core/cover": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"spacing": {
"padding": "var(--wp--preset--spacing--50)"
}
},
"core/details": [],
"core/embed": [],
"core/file": {
"css": "& .wp-block-file__button{text-shadow:2px 2px #000A;}"
},
"core/footnotes": [],
"core/gallery": [],
"core/group": [],
"core/heading": [],
"core/home-link": [],
"core/image": {
"css": " .wp-element-caption{text-align:center;}"
},
"core/latest-comments": {
"css": "& .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{margin:0 0 var(--wp--style--block-gap)} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:calc(1em + 0.375rem);} & .avatar, .wp-block-latest-comments__comment-avatar{border-radius:0;}",
"spacing": {
"padding": {
"left": "0px"
}
}
},
"core/latest-posts": {
"css": " .wp-block-latest-posts__post-author{font-size: inherit;} & .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}"
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
}
},
"core/list-item": [],
"core/loginout": [],
"core/media-text": [],
"core/navigation": {
"css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color:var(--wp--preset--color--contrast);} & .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog{padding:var(--wp--style--block-gap);} & .wp-block-navigation__responsive-container-close{right:var(--wp--style--block-gap);top:var(--wp--style--block-gap);} & .wp-block-page-list li+li{margin-top:0;}",
"spacing": {
"blockGap": "1rem"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/navigation-link": [],
"core/navigation-submenu": [],
"core/page-list": {
"css": "& {list-style-type:none;} & li+li{margin-top: 0.5rem;}",
"spacing": {
"padding": {
"left": "0"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/paragraph": {
"typography": {
"lineHeight": "calc(1em + 0.375rem)"
}
},
"core/post-author": {
"css": ".wp-block-post-author .wp-block-post-author__byline{font-size:inherit;}&.wp-block-post-author .wp-block-post-author__name a{text-decoration:none;}&.wp-block-post-author .wp-block-post-author__bio{font-size:inherit;margin:0;}& .wp-block-post-author__avatar img{border-radius: 0;margin-top:4px;vertical-align:middle;}"
},
"core/post-author-biography": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-author-name": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-comments-count": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-comments-form": {
"css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;} & .comment-form textarea{line-height: inherit;} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .form-submit {margin-bottom: 0; & input[type=submit]{box-shadow:var( --wp--preset--shadow--buttons );}"
},
"core/post-comments-link": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-content": {
"elements": {
"heading": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--60)"
}
}
}
}
},
"core/post-date": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-excerpt": [],
"core/post-featured-image": {
"border": {
"bottom": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px"
},
"left": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px"
},
"right": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px"
},
"top": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px"
}
}
},
"core/post-navigation-link": {
"css": ".wp-block-post-navigation-link a{display:block;text-shadow:2px 2px #000A;}",
"elements": {
"link": {
":active": {
"shadow": "var( --wp--preset--shadow--buttons-active )"
},
":focus": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--accent-one)",
"text": "var(--wp--preset--color--contrast)"
},
"shadow": "var( --wp--preset--shadow--buttons )",
"spacing": {
"padding": {
"bottom": "0.5625rem",
"left": "1.375rem",
"right": "1.375rem",
"top": "0.5625rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1",
"textDecoration": "none"
}
}
}
},
"core/post-template": [],
"core/post-terms": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-time-to-read": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "underline"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"lineHeight": "1.27987",
"textTransform": "uppercase"
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px 0"
},
"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)}",
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--50)",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "italic"
}
},
"core/query-no-results": [],
"core/query-pagination": {
"elements": {
"link": {
":active": {
"shadow": "var( --wp--preset--shadow--buttons-active )"
},
":focus": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
},
"typography": {
"textDecoration": "none"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"background": "var(--wp--preset--color--accent-one)",
"text": "var(--wp--preset--color--contrast)"
},
"shadow": "var( --wp--preset--shadow--buttons )",
"spacing": {
"margin": {
"bottom": "0"
},
"padding": {
"bottom": "0.6875rem",
"left": "1.375rem",
"right": "1.375rem",
"top": "0.6875rem"
}
}
}
},
"spacing": {
"padding": {
"top": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"lineHeight": "1",
"textDecoration": "none"
}
},
"core/query-pagination-next": {
"css": ".wp-block-query-pagination-next{margin:0;text-shadow:2px 2px #000A;}"
},
"core/query-pagination-numbers": {
"css": ".wp-block-query-pagination-numbers{margin:0;} & .page-numbers{display:inline-block;margin:0;padding:0.6875rem 1.375rem;} & .page-numbers{text-shadow:2px 2px #000A;}"
},
"core/query-pagination-previous": {
"css": ".wp-block-query-pagination-previous{margin:0;text-shadow:2px 2px #000A;}"
},
"core/query-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"lineHeight": "1.05"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "0 0 0 1px"
},
"spacing": {
"margin": {
"left": "0",
"right": "0"
},
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontStyle": "italic"
},
"variations": {
"plain": {
"border": {
"width": "0"
},
"spacing": {
"padding": {
"left": "0"
}
},
"typography": {
"fontStyle": "normal"
}
}
}
},
"core/read-more": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/rss": [],
"core/search": {
"css": "& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;} & :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{padding: 0 8px;} & .wp-block-search__button{margin-bottom:0;text-shadow:2px 2px #000A;",
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--secondary)"
}
},
"core/site-logo": [],
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/site-title": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "700",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"core/social-links": {
"spacing": {
"blockGap": {
"left": "var(--wp--preset--spacing--40)",
"top": "var(--wp--preset--spacing--40)"
}
}
},
"core/spacer": [],
"core/table": {
"css": "& thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
},
"core/table-of-contents": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/tag-cloud": {
"css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small)} &.wp-block-tag-cloud.is-style-outline a {padding: 2px 8px 0;} &.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base);background-color: var(--wp--preset--color--primary);}"
},
"core/term-description": {
"css": "& p+p {margin-top:calc(1em + 0.375rem);}",
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/verse": [],
"core/video": []
},
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"button": {
":active": {
"shadow": "var( --wp--preset--shadow--buttons-active )"
},
":focus": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--accent-two)",
"text": "var(--wp--preset--color--accent-three)"
}
},
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--accent-one)",
"text": "var(--wp--preset--color--contrast)"
},
"shadow": "var( --wp--preset--shadow--buttons )",
"spacing": {
"padding": {
"bottom": "0.6875rem",
"left": "1.375rem",
"right": "1.375rem",
"top": "0.6875rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "400",
"lineHeight": "1"
}
},
"caption": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--30)"
},
"padding": {
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1.137915339"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.27987"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"lineHeight": "1.42248"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.5556"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.66667"
}
},
"h6": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-small)",
"lineHeight": "1.73611"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--pixeloid-sans)",
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0em"
}
},
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "underline"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "0"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--cousine)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.333333333"
}
},
"templateParts": [
{
"area": "uncategorized",
"name": "comments",
"title": "Comments"
},
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
},
{
"area": "uncategorized",
"name": "sidebar",
"title": "Sidebar"
},
{
"area": "uncategorized",
"name": "post-meta",
"title": "Post Meta"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}