Font size names update (#5300)

* Font size name: updating 'huge' to 'x-large'

* Mayland-blocks: rename 'normal' to 'medium'

* Seedlet-blocks: renaming 'normal' to 'medium'

* Russell: removing unused 'normal' font size

* Blockbase & children: moving 'normal' font size from presets to custom

* Blockbase & family: renaming custom fotsize from 'tiny' to 'x-small'
This commit is contained in:
Matias Benedetto 2022-01-14 11:28:25 -03:00 committed by GitHub
parent 6fda92d1f7
commit 805e3522cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
83 changed files with 315 additions and 384 deletions

View file

@ -516,7 +516,7 @@ ol {
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
padding-bottom: 0;
padding-left: var(--wp--custom--gap--horizontal);
padding-top: 0.5rem;
@ -599,7 +599,7 @@ ol {
.wp-block-navigation.blockbase-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item,
.wp-block-navigation.blockbase-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
line-height: 50px;
margin: 0;
align-items: flex-end;
@ -624,7 +624,7 @@ ol {
.wp-block-navigation.blockbase-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.blockbase-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
padding: 0;
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
line-height: 40px;
}
@ -677,7 +677,7 @@ p.has-drop-cap:not(:focus):first-letter {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
background: var(--wp--custom--color--background);
border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
width: 100%;

View file

@ -10,7 +10,7 @@
<!-- wp:group {"className":"site-words-stack-small","layout":{"type":"flex"}} -->
<div class="wp-block-group site-words-stack-small">
<!-- wp:site-title /-->
<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
</div>

View file

@ -12,7 +12,7 @@
<!-- wp:group {"className":"site-words-stack-small","layout":{"type":"flex"}} -->
<div class="wp-block-group site-words-stack-small">
<!-- wp:site-title /-->
<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
</div>

View file

@ -2,10 +2,10 @@
<div class="wp-block-group">
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-author-icon"} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-date-icon"} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-category-icon"} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-tag-icon"} /-->
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-author-icon"} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-date-icon"} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-category-icon"} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-tag-icon"} /-->
</div>
<!-- /wp:group -->
</div>

View file

@ -1,8 +1,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -48,7 +48,7 @@
.wp-block-navigation__responsive-container-content .has-child { // Needed for specificity to beat the navigation block CSS
.wp-block-navigation__submenu-container {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
padding-bottom: 0;
padding-left: var(--wp--custom--gap--horizontal);
padding-top: 0.5rem;
@ -133,7 +133,7 @@
&.has-modal-open {
.wp-block-pages-list__item,
.wp-block-navigation-item {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
line-height: 50px;
margin: 0;
align-items: flex-end;
@ -149,7 +149,7 @@
.wp-block-pages-list__item__link,
.wp-block-navigation-item__content {
padding: 0;
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
line-height: 40px;
}
}

View file

@ -30,7 +30,7 @@
input:not([type=submit]):not([type=checkbox]),
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-sizes--normal);
background: var(--wp--custom--color--background);
border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
width: 100%;

View file

@ -117,7 +117,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-sizes--normal)",
"fontWeight": "normal",
"lineHeight": 2
}
@ -165,7 +165,8 @@
}
],
"fontSizes": {
"tiny": "14px"
"x-small": "14px",
"normal": "18px"
},
"form": {
"padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
@ -178,7 +179,7 @@
"checkbox": {
"checked": {
"content": "\"\\2715\"",
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"position": {
"left": "3px",
"top": "3px"
@ -212,14 +213,14 @@
}
},
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"fontWeight": "normal",
"letterSpacing": "normal",
"textTransform": "none"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-sizes--normal)"
}
},
"gallery": {
@ -290,14 +291,14 @@
},
"post-comment": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-sizes--normal)",
"lineHeight": "var(--wp--custom--body--typography--line-height)"
}
},
"pullquote": {
"citation": {
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"fontFamily": "inherit",
"fontStyle": "italic"
},
@ -314,7 +315,7 @@
"quote": {
"citation": {
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"fontStyle": "italic",
"fontWeight": "400"
}
@ -330,7 +331,7 @@
"table": {
"figcaption": {
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)"
"fontSize": "var(--wp--custom--font-sizes--x-small)"
}
}
},
@ -376,11 +377,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "24px",
@ -392,9 +388,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "32px",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -444,7 +440,7 @@
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-sizes--normal)"
}
},
"core/post-title": {
@ -514,18 +510,18 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-sizes--normal)",
"fontStyle": "normal"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)"
"fontSize": "var(--wp--custom--font-sizes--x-small)"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-sizes--normal)",
"fontWeight": "700",
"textDecoration": "none"
}
@ -555,7 +551,7 @@
"fontFamily": "var(--wp--preset--font-family--heading-font)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
},
"spacing": {
"margin": {
@ -597,7 +593,7 @@
"fontFamily": "var(--wp--preset--font-family--heading-font)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-sizes--normal)"
},
"spacing": {
"margin": {
@ -632,7 +628,7 @@
"typography": {
"lineHeight": "var(--wp--custom--body--typography--line-height)",
"fontFamily": "var(--wp--preset--font-family--body-font)",
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-sizes--normal)"
}
}
}

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -193,11 +194,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -209,9 +205,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -236,7 +232,7 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
@ -300,7 +296,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -309,7 +305,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "none",
"fontStyle": "normal"
@ -351,7 +347,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4",
"fontStyle": "italic",
"fontWeight": "normal"

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -193,11 +194,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -209,9 +205,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -236,7 +232,7 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
@ -300,7 +296,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -309,7 +305,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "none",
"fontStyle": "normal"
@ -351,7 +347,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4",
"fontStyle": "italic",
"fontWeight": "normal"

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -193,11 +194,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -209,9 +205,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -236,7 +232,7 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
@ -299,7 +295,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -308,7 +304,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "normal",
"textTransform": "uppercase"
}
@ -341,7 +337,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -191,11 +192,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -207,9 +203,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -234,7 +230,7 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
@ -297,7 +293,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -306,7 +302,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -339,7 +335,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -3,7 +3,7 @@
form {
input:not([type=submit]):not([type=checkbox]),
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
}

View file

@ -3,6 +3,6 @@
// Important is necessary to override any other font size rules applied to the exerpt.
.wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
}

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -193,11 +194,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -209,9 +205,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -236,7 +232,7 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
@ -299,7 +295,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -308,7 +304,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -341,7 +337,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -118,9 +118,9 @@
"slug": "small"
},
{
"name": "Normal",
"name": "Medium",
"size": "20px",
"slug": "normal"
"slug": "medium"
},
{
"name": "Large",
@ -128,9 +128,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "34.56px",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -149,13 +149,13 @@
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
"core/pullquote": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/site-title": {
@ -176,7 +176,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h3": {
@ -191,7 +191,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h6": {

View file

@ -325,7 +325,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -407,7 +407,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -78,7 +78,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -181,7 +181,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -208,7 +209,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -259,11 +260,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -275,9 +271,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -302,14 +298,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -343,7 +339,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -368,7 +364,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -377,7 +373,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -392,7 +388,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -410,7 +406,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -325,7 +325,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -407,7 +407,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -78,7 +78,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -181,7 +181,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -208,7 +209,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -259,11 +260,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -275,9 +271,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -302,14 +298,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -343,7 +339,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -368,7 +364,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -377,7 +373,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -392,7 +388,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -410,7 +406,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -325,7 +325,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -407,7 +407,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -78,7 +78,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -181,7 +181,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -208,7 +209,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -259,11 +260,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -275,9 +271,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -302,14 +298,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -343,7 +339,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -368,7 +364,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -377,7 +373,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -392,7 +388,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -410,7 +406,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -325,7 +325,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -407,7 +407,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -78,7 +78,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -181,7 +181,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -208,7 +209,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -259,11 +260,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -275,9 +271,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -302,14 +298,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -343,7 +339,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -368,7 +364,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -377,7 +373,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -392,7 +388,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -410,7 +406,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -325,7 +325,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -407,7 +407,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -78,7 +78,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -181,7 +181,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -208,7 +209,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -259,11 +260,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -275,9 +271,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -302,14 +298,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -343,7 +339,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -368,7 +364,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -377,7 +373,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -392,7 +388,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -410,7 +406,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -331,7 +331,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {
@ -413,7 +413,7 @@ input[type="datetime-local"],
input[type="color"],
input[type="checkbox"],
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}
input[type="text"]:focus,

View file

@ -7,7 +7,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -5,7 +5,7 @@
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">

View file

@ -6,8 +6,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -3,6 +3,6 @@
// Important is necessary to override any other font size rules applied to the exerpt.
.wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
}

View file

@ -19,5 +19,5 @@ textarea {
&:focus {
outline: 1px dotted currentColor;
}
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
}

View file

@ -79,7 +79,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -182,7 +182,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "20px"
},
"body": {
"typography": {
@ -209,7 +210,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -260,11 +261,6 @@
"size": "18px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -276,9 +272,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -303,14 +299,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -344,7 +340,7 @@
"core/pullquote": {
"typography": {
"fontStyle": "normal",
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400",
"lineHeight": "1.4"
},
@ -369,7 +365,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -378,7 +374,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700",
"textTransform": "uppercase"
}
@ -393,7 +389,7 @@
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
@ -411,7 +407,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": "1.4"
}
},

View file

@ -1,8 +1,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -61,11 +61,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "24px",
@ -77,9 +72,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "32px",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -88,7 +83,7 @@
"blocks": {
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
}
}

View file

@ -180,7 +180,7 @@
.wp-block-post-comments .comment-meta,
.wp-block-post-comments .comment-author {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
}
.wp-block-post-comments .comment-meta a,
@ -229,12 +229,12 @@
.wp-block-post-comments form .comment-form-cookies-consent > label,
.wp-block-post-comments form .comment-notes {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
}
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
--wp--preset--font-size--normal: var(--wp--preset--font-size--small);
--wp--preset--font-size--medium: var(--wp--preset--font-size--small);
}
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]):focus,
@ -281,7 +281,7 @@
}
.wp-block-post-navigation-links .wp-block-post-navigation-link-byline {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
margin: 0;
}

View file

@ -5,9 +5,9 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta"><!-- wp:post-author {"showAvatar":false,"showBio":false,"fontSize":"14px"} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /--></div>
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /--></div>
<!-- /wp:group -->

View file

@ -7,7 +7,7 @@
.comment-meta,
.comment-author {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
a {
text-decoration: none;
@ -69,12 +69,12 @@
.comment-form-cookies-consent > label,
.comment-notes {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
}
input:not([type=submit]):not([type=checkbox]),
textarea {
--wp--preset--font-size--normal: var(--wp--preset--font-size--small);
--wp--preset--font-size--medium: var(--wp--preset--font-size--small);
&:focus {
color: var(--wp--custom--form--color--text);

View file

@ -26,7 +26,7 @@
}
.wp-block-post-navigation-links .wp-block-post-navigation-link-byline {
font-size: var(--wp--custom--font-sizes--tiny);
font-size: var(--wp--custom--font-sizes--x-small);
margin: 0;
}

View file

@ -158,8 +158,8 @@
"size": "16px"
},
{
"name": "Normal",
"slug": "normal",
"name": "Medium",
"slug": "medium",
"size": "18px"
},
{
@ -168,8 +168,8 @@
"size": "24px"
},
{
"name": "Huge",
"slug": "huge",
"name": "Extra Large",
"slug": "x-large",
"size": "28px"
}
],
@ -183,7 +183,7 @@
"blocks": {
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/pullquote": {

View file

@ -305,7 +305,7 @@ body:not(.has-featured-image) h1.wp-block-post-title {
}
.wp-block-quote.is-style-side-quote cite {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
font-style: normal;
font-weight: 600;
}
@ -337,7 +337,7 @@ body:not(.has-featured-image) h1.wp-block-post-title {
box-shadow: inset 0px 3px 0px 0px var(--wp--custom--color--primary);
display: inline-block;
flex: 1 0 0;
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
font-style: normal;
font-weight: 500;
margin-top: 1.5ex;

View file

@ -1 +1 @@
<!-- wp:pattern {"slug":"blockbase/footer-columns"} /-->
<!-- wp:pattern {"slug":"blockbase/footer-columns"} /-->

View file

@ -31,9 +31,9 @@
<!-- /wp:separator -->
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-date-icon"} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-category-icon"} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}},"className":"is-style-post-tag-icon"} /--></div>
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-date-icon"} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-category-icon"} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}},"className":"is-style-post-tag-icon"} /--></div>
<!-- /wp:group -->
</div>

View file

@ -5,7 +5,7 @@
padding: calc( var(--wp--custom--gap--baseline) * 1.35) 0 0 0;
cite {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
font-style: normal;
font-weight: 600;
}

View file

@ -15,7 +15,7 @@
box-shadow: inset 0px 3px 0px 0px var(--wp--custom--color--primary);
display: inline-block;
flex: 1 0 0;
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
font-style: normal;
font-weight: 500;
margin-top: 1.5ex;

View file

@ -142,7 +142,7 @@
},
"checkbox": {
"checked": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"position": {
"left": "7px",
"top": "3px"
@ -172,7 +172,7 @@
}
},
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"fontWeight": "900",
"letterSpacing": ".1em",
"textTransform": "uppercase"
@ -184,7 +184,8 @@
}
},
"fontSizes": {
"tiny": "14px"
"x-small": "14px",
"normal": "20px"
},
"gap": {
"baseline": "10px"
@ -231,11 +232,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
{
"name": "Medium",
"size": "24px",
@ -249,7 +245,7 @@
{
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -330,7 +326,7 @@
},
"core/pullquote": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/separator": {
@ -377,7 +373,7 @@
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "900",
"letterSpacing": "0.1em",
"lineHeight": "1.3",
@ -395,7 +391,7 @@
},
"h6": {
"typography": {
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"fontSize": "var(--wp--custom--font-sizes--x-small)",
"fontWeight": "900",
"letterSpacing": "0.1em",
"lineHeight": "1.3",

View file

@ -17,8 +17,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -16,8 +16,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -12,13 +12,13 @@
<!-- wp:post-title /-->
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->

View file

@ -12,14 +12,14 @@
<!-- wp:post-title /-->
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
</div>

View file

@ -43,8 +43,8 @@ return array(
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -100,7 +100,8 @@
}
],
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "18px"
},
"gap": {
"baseline": "10px"
@ -133,11 +134,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "25px",
@ -149,9 +145,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "60px",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -176,7 +172,7 @@
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/site-tagline": {

View file

@ -17,8 +17,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -16,8 +16,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -12,13 +12,13 @@
<!-- wp:post-title /-->
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->

View file

@ -12,14 +12,14 @@
<!-- wp:post-title /-->
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->
</div>

View file

@ -43,8 +43,8 @@ return array(
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -100,7 +100,8 @@
}
],
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "18px"
},
"gap": {
"baseline": "10px"
@ -133,11 +134,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "25px",
@ -149,9 +145,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "60px",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -176,7 +172,7 @@
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/site-tagline": {

View file

@ -92,7 +92,7 @@ ul ul {
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
@ -136,7 +136,7 @@ ul ul {
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query .wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
.wp-block-query-pagination {

View file

@ -1,8 +1,8 @@
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
<div class="wp-block-group post-meta">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
</div>
<!-- /wp:group -->

View file

@ -3,7 +3,7 @@
form {
input:not([type=submit]):not([type=checkbox]),
textarea {
font-size: var(--wp--preset--font-size--normal);
font-size: var(--wp--custom--font-size--normal);
width: 100%;
}
}

View file

@ -3,6 +3,6 @@
// Important is necessary to override any other font size rules applied to the exerpt.
.wp-block-post-excerpt__more-text {
font-size: var(--wp--custom--font-sizes--tiny) !important;
font-size: var(--wp--custom--font-sizes--x-small) !important;
}
}

View file

@ -73,7 +73,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "700"
}
},
@ -115,7 +115,8 @@
"padding": "20px"
},
"fontSizes": {
"tiny": "16px"
"x-small": "16px",
"normal": "18px"
},
"body": {
"typography": {
@ -142,7 +143,7 @@
"dropcap": {
"margin": "0 .2em .2em 0",
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "400"
}
}
@ -193,11 +194,6 @@
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "22px",
@ -209,9 +205,9 @@
"slug": "large"
},
{
"name": "Huge",
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
"slug": "x-large"
}
]
}
@ -236,14 +232,14 @@
"background": "var(--wp--custom--color--tertiary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "400",
"lineHeight": "1.6"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
"fontSize": "var(--wp--custom--font-size--normal)"
}
},
"core/navigation-link": {
@ -314,7 +310,7 @@
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": "500"
}
},
@ -323,7 +319,7 @@
"link": "var(--wp--custom--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"fontWeight": 700,
"textTransform": "uppercase"
}
@ -356,7 +352,7 @@
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontSize": "var(--wp--custom--font-size--normal)",
"lineHeight": 1.4
}
},