mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 2.
This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 2
A full list of changes can be found on GitHub: [7dfa99f15b...b5b0475f6a
WordPress/twentytwentyfive@7dfa99f1...b5b0475f].
Reviewed by desrosj.
Merges [59314] to the 6.7 branch.
Props juanfra, poena.
Fixes #62310.
Built from https://develop.svn.wordpress.org/branches/6.7@59331
git-svn-id: http://core.svn.wordpress.org/branches/6.7@58717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
560bd94c82
commit
852039442a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -18,16 +18,23 @@
|
||||
<div class="wp-block-group alignwide" style="min-height:100vh">
|
||||
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50"}}}} -->
|
||||
<div class="wp-block-columns alignwide">
|
||||
<!-- wp:column {"width":"66.66%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:66.66%">
|
||||
<!-- wp:column {"width":"80%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:80%">
|
||||
<!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"12vw","lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}}} -->
|
||||
<h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Sample heading in four languages.', 'twentytwentyfive' ); ?></h2>
|
||||
<h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9">
|
||||
<?php
|
||||
echo wp_kses_post(
|
||||
/* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
|
||||
_x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
|
||||
);
|
||||
?>
|
||||
</h2>
|
||||
<!-- /wp:heading -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"33.33%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:33.33%">
|
||||
<!-- wp:column {"width":"20%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%">
|
||||
<!-- wp:paragraph {"align":"right"} -->
|
||||
<p class="has-text-align-right"><?php echo esc_html_x( 'Aug 08—10 2025', 'Example event date in pattern.', 'twentytwentyfive' ); ?><br><?php esc_html_e( 'Fuego Bar, Mexico City', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
@ -38,16 +45,16 @@
|
||||
|
||||
<!-- wp:columns {"verticalAlignment":"bottom","isStackedOnMobile":false,"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide are-vertically-aligned-bottom is-not-stacked-on-mobile">
|
||||
<!-- wp:column {"verticalAlignment":"bottom","width":"66.66%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:66.66%">
|
||||
<!-- wp:column {"verticalAlignment":"bottom","width":"80%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:80%">
|
||||
<!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}},"fontSize":"xx-large"} -->
|
||||
<h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let’s hear them.', 'twentytwentyfive' ); ?></h2>
|
||||
<!-- /wp:heading -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"verticalAlignment":"bottom","width":"33.33%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:33.33%">
|
||||
<!-- wp:column {"verticalAlignment":"bottom","width":"20%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:20%">
|
||||
<!-- wp:paragraph {"align":"right"} -->
|
||||
<p class="has-text-align-right"><?php esc_html_e( '#stories', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
@ -61,7 +61,14 @@
|
||||
<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>
|
||||
<h3 class="wp-block-heading">
|
||||
<?php
|
||||
echo wp_kses_post(
|
||||
/* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
|
||||
_x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
|
||||
);
|
||||
?>
|
||||
</h3>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
@ -123,7 +130,14 @@
|
||||
<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>
|
||||
<h3 class="wp-block-heading">
|
||||
<?php
|
||||
echo wp_kses_post(
|
||||
/* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
|
||||
_x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
|
||||
);
|
||||
?>
|
||||
</h3>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
|
@ -16,8 +16,8 @@
|
||||
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:heading {"style":{"typography":{"fontSize":"11.58rem","letterSpacing":"-0.02em"}}} -->
|
||||
<h2 class="wp-block-heading" style="font-size:11.58rem;letter-spacing:-0.02em"><?php esc_html_e( 'Our online store.', 'twentytwentyfive' ); ?></h2>
|
||||
<!-- wp:heading {"style":{"typography":{"fontSize":"9.6rem","letterSpacing":"-0.02em"}}} -->
|
||||
<h2 class="wp-block-heading" style="font-size:9.6rem;letter-spacing:-0.02em"><?php esc_html_e( 'Our online store.', 'twentytwentyfive' ); ?></h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:group {"layout":{"type":"grid","columnCount":null,"minimumColumnWidth":"10rem"}} -->
|
||||
|
@ -14,65 +14,90 @@
|
||||
*/
|
||||
|
||||
?>
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull">
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"grid","minimumColumnWidth":"70rem"}} -->
|
||||
<div class="wp-block-group alignfull">
|
||||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|80","left":"var:preset|spacing|40","right":"var:preset|spacing|40","top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
|
||||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--40)">
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
|
||||
<!-- wp:columns {"isStackedOnMobile":false,"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|80","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}}} -->
|
||||
<div class="wp-block-columns alignfull is-not-stacked-on-mobile" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--40)">
|
||||
<!-- wp:column {"width":"66.66%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:66.66%">
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"fontSize":"xx-large"} -->
|
||||
<h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h2>
|
||||
<h2 class="wp-block-heading has-xx-large-font-size">
|
||||
<?php
|
||||
echo wp_kses_post(
|
||||
/* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
|
||||
_x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
|
||||
);
|
||||
?>
|
||||
</h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"x-large"} -->
|
||||
<p class="has-x-large-font-size"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":"0px","style":{"layout":{"selfStretch":"fixed","flexSize":"100px"}}} -->
|
||||
<!-- wp:spacer {"height":"0px","style":{"layout":{"selfStretch":"fixed","flexSize":"140px"}}} -->
|
||||
<div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:paragraph {"align":"left","style":{"typography":{"writingMode":"vertical-rl","textTransform":"uppercase","lineHeight":"0.6"}}} -->
|
||||
<p class="has-text-align-left" style="line-height:0.6;text-transform:uppercase;writing-mode:vertical-rl"><?php esc_html_e( 'Free WorKshop', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"12vw"} -->
|
||||
<div class="wp-block-column" style="flex-basis:12vw"></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:paragraph {"align":"left","style":{"typography":{"writingMode":"vertical-rl","textTransform":"uppercase","lineHeight":"0.6"}}} -->
|
||||
<p class="has-text-align-left" style="line-height:0.6;text-transform:uppercase;writing-mode:vertical-rl"><?php esc_html_e( 'Free Workshop', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"grid","minimumColumnWidth":"40rem","columnCount":null}} -->
|
||||
<div class="wp-block-group alignfull">
|
||||
<!-- wp:group {"className":"is-style-section-2","style":{"spacing":{"blockGap":"var:preset|spacing|20","padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group is-style-section-2" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)">
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php esc_html_e( 'This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<!-- wp:columns {"align":"full","className":"is-style-section-2","style":{"spacing":{"blockGap":{"top":"0","left":"0"},"padding":{"top":"0","bottom":"0"}}}} -->
|
||||
<div class="wp-block-columns alignfull is-style-section-2" style="padding-top:0;padding-bottom:0">
|
||||
<!-- wp:column {"width":"50%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:50%">
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20","padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"dimensions":{"minHeight":"33vh"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
|
||||
<div class="wp-block-group" style="min-height:33vh;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php esc_html_e( 'This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":"0px","style":{"layout":{"selfStretch":"fixed","flexSize":"100px"}}} -->
|
||||
<div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
<!-- wp:spacer {"height":"0px","style":{"layout":{"flexSize":"100px","selfStretch":"fixed"}}} -->
|
||||
<div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:heading {"fontSize":"xx-large"} -->
|
||||
<h2 class="wp-block-heading has-xx-large-font-size"><a href="#"><?php echo esc_html_x( 'RSVP', 'Abbreviation for "Please respond".', 'twentytwentyfive' ); ?></a></h2>
|
||||
<!-- /wp:heading -->
|
||||
<!-- wp:heading {"fontSize":"xx-large"} -->
|
||||
<h2 class="wp-block-heading has-xx-large-font-size"><a href="#"><?php echo esc_html_x( 'RSVP', 'Abbreviation for "Please respond".', 'twentytwentyfive' ); ?></a></h2>
|
||||
<!-- /wp:heading -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp","dimRatio":0,"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-cover is-light">
|
||||
<span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Close up photo of white flowers on a grey background', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp" data-object-fit="cover"/>
|
||||
<!-- wp:column {"width":"50%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:50%">
|
||||
<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp","dimRatio":0,"isDark":false} -->
|
||||
<div class="wp-block-cover is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Close up photo of white flowers on a grey background', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp" data-object-fit="cover"/>
|
||||
<div class="wp-block-cover__inner-container">
|
||||
<!-- wp:spacer {"height":"var:preset|spacing|20"} -->
|
||||
<div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</div>
|
||||
</div></div>
|
||||
<!-- /wp:cover -->
|
||||
</div>
|
||||
<!-- /wp:cover -->
|
||||
<!-- /wp:column -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:columns -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
@ -10,15 +10,15 @@
|
||||
*/
|
||||
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group has-accent-4-color has-text-color has-link-color has-small-font-size" style="margin-bottom:var(--wp--preset--spacing--60)">
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php esc_html_e( 'Written by ', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<!-- wp:post-author-name {"isLink":true,"style":{"typography":{"textDecoration":"underline"}}} /-->
|
||||
<!-- wp:post-author-name {"isLink":true} /-->
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php esc_html_e( 'in', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontWeight":"300","textDecoration":"underline"}}} /-->
|
||||
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontWeight":"300"}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
@ -30,7 +30,7 @@
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php echo esc_html_x( 'by', 'Prefix before the author name. The post author name is displayed in a separate block.', 'twentytwentyfive' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<!-- wp:post-author-name {"isLink":true,"style":{"typography":{"textDecoration":"underline"}},"fontSize":"small"} /-->
|
||||
<!-- wp:post-author-name {"isLink":true,"fontSize":"small"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
|
@ -29,6 +29,21 @@ a {
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
/* Increase the bottom margin on submenus, so that the outline is visible. */
|
||||
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
|
||||
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
|
||||
outline-offset: 4px;
|
||||
}
|
||||
|
||||
/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
|
||||
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Progressive enhancement to reduce widows and orphans
|
||||
* https://github.com/WordPress/gutenberg/issues/55190
|
||||
|
@ -48,6 +48,158 @@
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Beiruti",
|
||||
"slug": "beiruti",
|
||||
"fontFamily": "Beiruti, sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Beiruti",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "200 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
|
@ -51,6 +51,48 @@
|
||||
"color": {
|
||||
"accent-2-opacity-20": "#650DD433"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Vollkorn",
|
||||
"slug": "vollkorn",
|
||||
"fontFamily": "Vollkorn, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "400 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "400 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fira Code",
|
||||
"slug": "fira-code",
|
||||
"fontFamily": "\"Fira Code\", monospace",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "300 700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
@ -87,14 +129,6 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|accent-2"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -110,14 +144,6 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|accent-2"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -259,14 +285,6 @@
|
||||
"radius": "4px",
|
||||
"width": "0.8px",
|
||||
"style": "solid"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,6 +48,54 @@
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Platypi",
|
||||
"slug": "platypi",
|
||||
"fontFamily": "Platypi",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ysabeau Office",
|
||||
"slug": "ysabeau-office",
|
||||
"fontFamily": "\"Ysabeau Office\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -193,7 +241,8 @@
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
"fontSize": "var:preset|font-size|medium",
|
||||
"letterSpacing": "normal"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
|
@ -48,6 +48,38 @@
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Roboto Slab",
|
||||
"slug": "roboto-slab",
|
||||
"fontFamily": "\"Roboto Slab\", serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "\"Roboto Slab\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "100 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Manrope",
|
||||
"slug": "manrope",
|
||||
"fontFamily": "Manrope, sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "200 800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -206,6 +238,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"section-5": {
|
||||
"blocks": {
|
||||
"core/post-comments-form": {
|
||||
"css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }"
|
||||
},
|
||||
"core/search": {
|
||||
"css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,6 +48,166 @@
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ysabeau Office",
|
||||
"slug": "ysabeau-office",
|
||||
"fontFamily": "\"Ysabeau Office\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -128,14 +288,6 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|contrast"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -260,14 +412,6 @@
|
||||
"border": {
|
||||
"radius": "100px",
|
||||
"color": "var:preset|color|accent-5"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,6 +46,168 @@
|
||||
"slug": "accent-6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Platypi",
|
||||
"slug": "platypi",
|
||||
"fontFamily": "Platypi",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
@ -78,14 +240,6 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|contrast"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -101,14 +255,6 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|contrast"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -233,14 +379,6 @@
|
||||
"border": {
|
||||
"radius": "100px",
|
||||
"color": "var:preset|color|accent-5"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -101,6 +101,294 @@
|
||||
"size": "2rem",
|
||||
"slug": "xx-large"
|
||||
}
|
||||
],
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fira Sans",
|
||||
"slug": "fira-sans",
|
||||
"fontFamily": "\"Fira Sans\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Thin.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Italic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -23,7 +23,13 @@
|
||||
},
|
||||
"typography": {
|
||||
"fontWeight": "400",
|
||||
"lineHeight": "2.8"
|
||||
"lineHeight": "2.8",
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -192,7 +192,8 @@
|
||||
},
|
||||
":hover": {
|
||||
"color": {
|
||||
"background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)"
|
||||
"background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)",
|
||||
"text": "var:preset|color|contrast"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4,6 +4,16 @@
|
||||
"title": "Midnight",
|
||||
"settings": {
|
||||
"color": {
|
||||
"duotone": [
|
||||
{
|
||||
"colors": [
|
||||
"#4433A6",
|
||||
"#79F3B1"
|
||||
],
|
||||
"name": "Midnight filter",
|
||||
"slug": "midnight-filter"
|
||||
}
|
||||
],
|
||||
"palette": [
|
||||
{
|
||||
"color": "#4433A6",
|
||||
|
@ -5,6 +5,158 @@
|
||||
"slug": "typography-preset-1",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Beiruti",
|
||||
"slug": "beiruti",
|
||||
"fontFamily": "Beiruti, sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Beiruti",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "200 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
|
@ -3,6 +3,50 @@
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"title": "Vollkorn & Fira Code",
|
||||
"slug": "typography-preset-2",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Vollkorn",
|
||||
"slug": "vollkorn",
|
||||
"fontFamily": "Vollkorn, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "400 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "400 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fira Code",
|
||||
"slug": "fira-code",
|
||||
"fontFamily": "\"Fira Code\", monospace",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "300 700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|fira-code",
|
||||
@ -14,35 +58,11 @@
|
||||
"core/post-author-name": {
|
||||
"typography": {
|
||||
"fontWeight": "300"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontWeight": "300"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
@ -125,22 +145,6 @@
|
||||
"letterSpacing": "-0.48px"
|
||||
}
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"post-terms-1": {
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,54 @@
|
||||
"slug": "typography-preset-3",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Platypi",
|
||||
"slug": "platypi",
|
||||
"fontFamily": "Platypi",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ysabeau Office",
|
||||
"slug": "ysabeau-office",
|
||||
"fontFamily": "\"Ysabeau Office\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -32,20 +80,20 @@
|
||||
},
|
||||
{
|
||||
"fluid": {
|
||||
"max": "2rem",
|
||||
"min": "1.75rem"
|
||||
"max": "1.8rem",
|
||||
"min": "1.4rem"
|
||||
},
|
||||
"name": "Extra Large",
|
||||
"size": "1.75rem",
|
||||
"size": "1.4rem",
|
||||
"slug": "x-large"
|
||||
},
|
||||
{
|
||||
"fluid": {
|
||||
"max": "3.625rem",
|
||||
"min": "2.625rem"
|
||||
"max": "2.6rem",
|
||||
"min": "2rem"
|
||||
},
|
||||
"name": "Extra Extra Large",
|
||||
"size": "2.625rem",
|
||||
"size": "2rem",
|
||||
"slug": "xx-large"
|
||||
}
|
||||
]
|
||||
@ -54,9 +102,8 @@
|
||||
"styles": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|ysabeau-office",
|
||||
"fontWeight": "400",
|
||||
"letterSpacing": "-0.22px",
|
||||
"lineHeight": "1.6"
|
||||
"lineHeight": "1.5"
|
||||
},
|
||||
"blocks":{
|
||||
"core/code": {
|
||||
@ -64,6 +111,11 @@
|
||||
"letterSpacing": "0px"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"typography": {
|
||||
"lineHeight": "1.2"
|
||||
}
|
||||
},
|
||||
"core/list": {
|
||||
"typography": {
|
||||
"lineHeight": "1.3"
|
||||
@ -74,32 +126,11 @@
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
}
|
||||
},
|
||||
"core/post-author": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
}
|
||||
},
|
||||
"core/post-author-biography": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
}
|
||||
},
|
||||
"core/post-author-name": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontWeight": "500",
|
||||
"letterSpacing": "-0.8px"
|
||||
}
|
||||
},
|
||||
"core/pullquote": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|platypi",
|
||||
@ -115,7 +146,7 @@
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|ysabeau-office",
|
||||
"fontSize": "var:preset|font-size|medium",
|
||||
"fontSize": "var:preset|font-size|large",
|
||||
"letterSpacing": "1.44px",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
@ -134,6 +165,21 @@
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|platypi"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium",
|
||||
"letterSpacing": "normal"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|small",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "initial",
|
||||
"letterSpacing": "initial",
|
||||
"textTransform": "initial"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,38 @@
|
||||
"slug": "typography-preset-4",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Roboto Slab",
|
||||
"slug": "roboto-slab",
|
||||
"fontFamily": "\"Roboto Slab\", serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "\"Roboto Slab\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "100 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Manrope",
|
||||
"slug": "manrope",
|
||||
"fontFamily": "Manrope, sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "200 800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
|
@ -5,6 +5,166 @@
|
||||
"slug": "typography-preset-5",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ysabeau Office",
|
||||
"slug": "ysabeau-office",
|
||||
"fontFamily": "\"Ysabeau Office\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "100 900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -62,20 +222,6 @@
|
||||
"fontSize": "1.25rem"
|
||||
}
|
||||
},
|
||||
"core/post-author-name": {
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontWeight": "900",
|
||||
@ -150,18 +296,6 @@
|
||||
"post-terms-1": {
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,170 @@
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"title": "Platypi & Literata",
|
||||
"slug": "typography-preset-6",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Platypi",
|
||||
"slug": "platypi",
|
||||
"fontFamily": "Platypi",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300 800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|literata",
|
||||
@ -16,35 +180,9 @@
|
||||
"fontSize": "1.25rem"
|
||||
}
|
||||
},
|
||||
"core/post-author-name": {
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontWeight": "400"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
@ -84,11 +222,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/query-title": {
|
||||
"typography": {
|
||||
"fontWeight": "800"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|platypi",
|
||||
@ -117,18 +250,6 @@
|
||||
"post-terms-1": {
|
||||
"typography": {
|
||||
"fontSize": "16px"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,294 @@
|
||||
"slug": "typography-preset-7",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fira Sans",
|
||||
"slug": "fira-sans",
|
||||
"fontFamily": "\"Fira Sans\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Thin.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Italic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
@ -99,7 +387,9 @@
|
||||
"button": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|literata",
|
||||
"fontSize": "var:preset|font-size|medium",
|
||||
"fontWeight": "400",
|
||||
"letterSpacing": "-0.01em",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
|
@ -158,289 +158,11 @@
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-ExtraLight.woff2"
|
||||
"file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontWeight": "200 800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/manrope/Manrope-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Manrope"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Literata",
|
||||
"slug": "literata",
|
||||
"fontFamily": "Literata, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Literata"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Literata"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Vollkorn",
|
||||
"slug": "vollkorn",
|
||||
"fontFamily": "Vollkorn, serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "Vollkorn"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "Vollkorn"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -451,478 +173,11 @@
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-Light.woff2"
|
||||
"file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontWeight": "300 700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-code/FiraCode-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Code\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fira Sans",
|
||||
"slug": "fira-sans",
|
||||
"fontFamily": "\"Fira Sans\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Thin.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Italic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Fira Sans\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ysabeau Office",
|
||||
"slug": "ysabeau-office",
|
||||
"fontFamily": "\"Ysabeau Office\", sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2"
|
||||
],
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2"
|
||||
],
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2"
|
||||
],
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2"
|
||||
],
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2"
|
||||
],
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "normal",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
"file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2"
|
||||
],
|
||||
"fontWeight": "900",
|
||||
"fontStyle": "italic",
|
||||
"fontFamily": "\"Ysabeau Office\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Platypi",
|
||||
"slug": "platypi",
|
||||
"fontFamily": "Platypi",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Light.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-LightItalic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Regular.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Medium.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-MediumItalic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-SemiBold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-Bold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-BoldItalic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-ExtraBold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "800",
|
||||
"src": [
|
||||
"file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Roboto Slab",
|
||||
"slug": "roboto-slab",
|
||||
"fontFamily": "\"Roboto Slab\", serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "\"Roboto Slab\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "100 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Beiruti",
|
||||
"slug": "beiruti",
|
||||
"fontFamily": "Beiruti, sans-serif",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Beiruti",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "200 900",
|
||||
"src": [
|
||||
"file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1120,20 +375,6 @@
|
||||
"fontSize": "var:preset|font-size|medium"
|
||||
}
|
||||
},
|
||||
"core/post-author-name": {
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"color":{
|
||||
"text": "var:preset|color|accent-4"
|
||||
@ -1167,18 +408,6 @@
|
||||
"typography": {
|
||||
"fontSize": "var:preset|font-size|small",
|
||||
"fontWeight": "600"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
@ -1450,6 +679,11 @@
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "currentColor"
|
||||
},
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-RC2-59327';
|
||||
$wp_version = '6.7-RC2-59331';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user