Compare commits
3 Commits
2021aa1bc6
...
8f3c0e8bc0
Author | SHA1 | Date | |
---|---|---|---|
8f3c0e8bc0 | |||
1172f30637 | |||
dcc249ed3c |
@ -42,6 +42,37 @@ function cc_mime_types($mimes)
|
||||
}
|
||||
add_filter('upload_mimes', 'cc_mime_types');
|
||||
|
||||
/* Remove default CSS variables that come with Wordpress
|
||||
https://github.com/WordPress/gutenberg/issues/56180#issuecomment-1819222376
|
||||
*/
|
||||
function custom_wp_theme_json_default( $theme_json ) {
|
||||
$new_data = array(
|
||||
'version' => 2,
|
||||
'settings' => array(
|
||||
'color' => array(
|
||||
'palette' => array(),
|
||||
'gradients' => array(),
|
||||
),
|
||||
'shadow' => array(
|
||||
'presets' => array(),
|
||||
),
|
||||
'typography' => array(
|
||||
'fontSizes' => array(),
|
||||
),
|
||||
// 'dimensions' => array(
|
||||
// 'aspectRatios' => array(),
|
||||
// ),
|
||||
// 'spacing' => array(
|
||||
// 'spacingScale' => array(
|
||||
// 'steps' => 0,
|
||||
// ),
|
||||
// ),
|
||||
),
|
||||
);
|
||||
return $theme_json->update_with( $new_data );
|
||||
}
|
||||
add_filter( 'wp_theme_json_data_default', 'custom_wp_theme_json_default' );
|
||||
|
||||
// remove default woocommerce fonts
|
||||
add_filter('wp_theme_json_data_theme', 'disable_inter_font', 100);
|
||||
function disable_inter_font($theme_json)
|
||||
|
10
parts/checkout-header.html
Normal file
10
parts/checkout-header.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!-- wp:group {"tagName":"header","area":"header","metadata":{"name":"Checkout Header"},"layout":{"type":"constrained"}} -->
|
||||
<header class="wp-block-group">
|
||||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|20","top":"var:preset|spacing|20"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide"
|
||||
style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)">
|
||||
<!-- wp:site-title {"level":0} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</header>
|
||||
<!-- /wp:group -->
|
7
parts/coming-soon-social-links.html
Normal file
7
parts/coming-soon-social-links.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- wp:social-links {"iconColor":"contrast","iconColorValue":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dcolor\u002d\u002dcontrast, #111111)","className":"is-style-logos-only","style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"blockGap":{"left":"24px"},"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<ul class="wp-block-social-links has-icon-color is-style-logos-only" style="margin-top:0px;margin-bottom:0px">
|
||||
<!-- wp:social-link {"url":"https://www.linkedin.com/","service":"linkedin"} /-->
|
||||
<!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram"} /-->
|
||||
<!-- wp:social-link {"url":"https://www.facebook.com","service":"facebook"} /-->
|
||||
</ul>
|
||||
<!-- /wp:social-links -->
|
3
parts/external-product-add-to-cart-with-options.html
Normal file
3
parts/external-product-add-to-cart-with-options.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:woocommerce/product-button {"textAlign":"left","fontSize":"small"} /--></div>
|
||||
<!-- /wp:group -->
|
20
parts/grouped-product-add-to-cart-with-options.html
Normal file
20
parts/grouped-product-add-to-cart-with-options.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-grouped-product-selector -->
|
||||
<div class="wp-block-woocommerce-add-to-cart-with-options-grouped-product-selector" role="list">
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-grouped-product-selector-item -->
|
||||
<div class="wp-block-woocommerce-add-to-cart-with-options-grouped-product-selector-item" role="listitem">
|
||||
<!-- wp:group {"style":{"spacing":{"margin":{"top":"1rem","bottom":"1rem"}}},"layout":{"type":"flex","orientation":"horizontal","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="margin-top: 1rem; margin-bottom: 1rem">
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-quantity-selector {"quantitySelectorStyle":"stepper"} /-->
|
||||
|
||||
<!-- wp:post-title {"isLink":true,"style":{"layout":{"selfStretch":"fill"},"spacing":{"margin":{"top":"0","bottom":"0"}},"typography":{"fontWeight":400}},"fontSize":"medium"} /-->
|
||||
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"right","isDescendentOfSingleProductTemplate":true,"isDescendentOfSingleProductBlock":true,"fontSize":"medium","style":{"typography":{"fontWeight":400}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/add-to-cart-with-options-grouped-product-selector-item -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/add-to-cart-with-options-grouped-product-selector -->
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:woocommerce/product-button {"textAlign":"left","fontSize":"small"} /--></div>
|
||||
<!-- /wp:group -->
|
@ -1,6 +1,6 @@
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"left":"3rem","right":"6rem"}}},"fontSize":"tiny","fontFamily":"jura","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group has-jura-font-family has-tiny-font-size" style="padding-right:6rem;padding-left:3rem">
|
||||
<!-- wp:site-logo {"shouldSyncIcon":true} /-->
|
||||
<!-- wp:site-logo {"shouldSyncIcon":false} /-->
|
||||
|
||||
<!-- wp:navigation {"ref":5,"metadata":{"ignoredHookedBlocks":["woocommerce/mini-cart"]},"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700"}},"fontSize":"tiny","fontFamily":"jura"} /-->
|
||||
|
||||
|
49
parts/mini-cart.html
Normal file
49
parts/mini-cart.html
Normal file
@ -0,0 +1,49 @@
|
||||
<!-- wp:woocommerce/mini-cart-contents -->
|
||||
<div class="wp-block-woocommerce-mini-cart-contents">
|
||||
<!-- wp:woocommerce/filled-mini-cart-contents-block -->
|
||||
<div class="wp-block-woocommerce-filled-mini-cart-contents-block">
|
||||
<!-- wp:woocommerce/mini-cart-title-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-title-block">
|
||||
<!-- wp:woocommerce/mini-cart-title-label-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-title-label-block">
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-title-label-block -->
|
||||
|
||||
<!-- wp:woocommerce/mini-cart-title-items-counter-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-title-items-counter-block">
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-title-items-counter-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-title-block -->
|
||||
<!-- wp:woocommerce/mini-cart-items-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-items-block">
|
||||
<!-- wp:woocommerce/mini-cart-products-table-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-products-table-block">
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-products-table-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-items-block -->
|
||||
<!-- wp:woocommerce/mini-cart-footer-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-footer-block">
|
||||
<!-- wp:woocommerce/mini-cart-cart-button-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-cart-button-block"></div>
|
||||
<!-- /wp:woocommerce/mini-cart-cart-button-block -->
|
||||
<!-- wp:woocommerce/mini-cart-checkout-button-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-checkout-button-block"></div>
|
||||
<!-- /wp:woocommerce/mini-cart-checkout-button-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-footer-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/filled-mini-cart-contents-block -->
|
||||
|
||||
<!-- wp:woocommerce/empty-mini-cart-contents-block -->
|
||||
<div class="wp-block-woocommerce-empty-mini-cart-contents-block">
|
||||
<!-- wp:pattern {"slug":"woocommerce/mini-cart-empty-cart-message"} /-->
|
||||
|
||||
<!-- wp:woocommerce/mini-cart-shopping-button-block -->
|
||||
<div class="wp-block-woocommerce-mini-cart-shopping-button-block"></div>
|
||||
<!-- /wp:woocommerce/mini-cart-shopping-button-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/empty-mini-cart-contents-block -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/mini-cart-contents -->
|
6
parts/simple-product-add-to-cart-with-options.html
Normal file
6
parts/simple-product-add-to-cart-with-options.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-quantity-selector {"quantitySelectorStyle":"stepper"} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"left","fontSize":"small"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
7
parts/variable-product-add-to-cart-with-options.html
Normal file
7
parts/variable-product-add-to-cart-with-options.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-variation-selector /-->
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:woocommerce/add-to-cart-with-options-quantity-selector {"quantitySelectorStyle":"stepper"} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"left","fontSize":"small"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
46
templates/archive-product.html
Normal file
46
templates/archive-product.html
Normal file
@ -0,0 +1,46 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":[],"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
|
||||
<div class="wp-block-woocommerce-product-collection alignwide">
|
||||
<!-- wp:woocommerce/product-template -->
|
||||
<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:woocommerce/product-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection-no-results -->
|
||||
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found-clear-filters"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/product-collection-no-results -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-collection -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
1
templates/coming-soon.html
Normal file
1
templates/coming-soon.html
Normal file
@ -0,0 +1 @@
|
||||
<!-- wp:pattern {"slug":"woocommerce/coming-soon"} /-->
|
53
templates/order-confirmation.html
Normal file
53
templates/order-confirmation.html
Normal file
@ -0,0 +1,53 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group"><!-- wp:woocommerce/order-confirmation-status {"fontSize":"large"} /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-summary /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-totals-wrapper {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/order-confirmation-totals-heading"} /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-totals {"lock":{"remove":true}} /-->
|
||||
<!-- /wp:woocommerce/order-confirmation-totals-wrapper -->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-downloads-wrapper {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/order-confirmation-downloads-heading"} /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-downloads {"lock":{"remove":true}} /-->
|
||||
<!-- /wp:woocommerce/order-confirmation-downloads-wrapper -->
|
||||
|
||||
<!-- wp:columns {"align":"wide","className":"wc-block-order-confirmation-address-wrapper"} -->
|
||||
<div class="wp-block-columns alignwide wc-block-order-confirmation-address-wrapper">
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
<!-- wp:woocommerce/order-confirmation-shipping-wrapper {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/order-confirmation-shipping-heading"} /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-shipping-address {"lock":{"remove":true}} /-->
|
||||
<!-- /wp:woocommerce/order-confirmation-shipping-wrapper -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
<!-- wp:woocommerce/order-confirmation-billing-wrapper {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/order-confirmation-billing-heading"} /-->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-billing-address {"lock":{"remove":true}} /-->
|
||||
<!-- /wp:woocommerce/order-confirmation-billing-wrapper -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
</div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-additional-fields-wrapper {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/order-confirmation-additional-fields-heading"} /-->
|
||||
<!-- wp:woocommerce/order-confirmation-additional-fields /-->
|
||||
<!-- /wp:woocommerce/order-confirmation-additional-fields-wrapper -->
|
||||
|
||||
<!-- wp:woocommerce/order-confirmation-additional-information /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
11
templates/page-cart.html
Normal file
11
templates/page-cart.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
|
||||
<!-- wp:woocommerce/page-content-wrapper {"page":"cart"} -->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
<!-- wp:post-title {"align":"wide","level":1} /-->
|
||||
<!-- wp:post-content {"align":"wide"} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/page-content-wrapper -->
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
9
templates/page-checkout.html
Normal file
9
templates/page-checkout.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!-- wp:template-part {"slug":"checkout-header","tagName":"header"} /-->
|
||||
<!-- wp:woocommerce/page-content-wrapper {"page":"checkout"} -->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
<!-- wp:post-content {"align":"wide"} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/page-content-wrapper -->
|
41
templates/product-search-results.html
Normal file
41
templates/product-search-results.html
Normal file
@ -0,0 +1,41 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"search","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":[],"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
|
||||
<div class="wp-block-woocommerce-product-collection alignwide">
|
||||
<!-- wp:woocommerce/product-template -->
|
||||
<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:woocommerce/product-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection-no-results {"align":"wide"} -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found"} /-->
|
||||
<!-- wp:pattern {"slug":"woocommerce/product-search-form"} /-->
|
||||
<!-- /wp:woocommerce/product-collection-no-results -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-collection -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
53
templates/single-product.html
Normal file
53
templates/single-product.html
Normal file
@ -0,0 +1,53 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide">
|
||||
<!-- wp:column {"width":"512px"} -->
|
||||
<div class="wp-block-column" style="flex-basis:512px">
|
||||
<!-- wp:woocommerce/product-image-gallery /-->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
<!-- wp:post-title {"level":1,"__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
|
||||
|
||||
<!-- wp:woocommerce/product-rating {"isDescendentOfSingleProductTemplate":true} /-->
|
||||
|
||||
<!-- wp:woocommerce/product-price {"isDescendentOfSingleProductTemplate":true,"fontSize":"large"} /-->
|
||||
|
||||
<!-- wp:post-excerpt {"__woocommerceNamespace":"woocommerce/product-query/product-summary","excerptLength":100} /-->
|
||||
|
||||
<!-- wp:woocommerce/add-to-cart-form /-->
|
||||
|
||||
<!-- wp:woocommerce/product-meta -->
|
||||
<div class="wp-block-woocommerce-product-meta">
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:woocommerce/product-sku {"isDescendentOfSingleProductTemplate":true} /-->
|
||||
|
||||
<!-- wp:post-terms {"term":"product_cat","prefix":"Category: "} /-->
|
||||
|
||||
<!-- wp:post-terms {"term":"product_tag","prefix":"Tags: "} /-->
|
||||
|
||||
</div>
|
||||
<!-- /wp:group --><!-- wp:post-terms {"term":"product_brand","prefix":"Brands: "} /-->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-meta -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
</div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:woocommerce/product-details {"align":"wide","className":"is-style-minimal"} /-->
|
||||
|
||||
<!-- wp:pattern {"slug":"woocommerce-blocks/related-products"} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
48
templates/taxonomy-product_attribute.html
Normal file
48
templates/taxonomy-product_attribute.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
<!-- wp:term-description {"align":"wide"} /-->
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":[],"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
|
||||
<div class="wp-block-woocommerce-product-collection alignwide">
|
||||
<!-- wp:woocommerce/product-template -->
|
||||
<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:woocommerce/product-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection-no-results -->
|
||||
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found-clear-filters"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/product-collection-no-results -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-collection -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
42
templates/taxonomy-product_brand.html
Normal file
42
templates/taxonomy-product_brand.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
<!-- wp:term-description {"align":"wide"} /-->
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:query {"query":{"perPage":9,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true,"__woocommerceAttributes":[],"__woocommerceStockStatus":["instock","outofstock","onbackorder"]},"displayLayout":{"type":"flex","columns":3},"namespace":"woocommerce/product-query","align":"wide"} -->
|
||||
<div class="wp-block-query alignwide">
|
||||
<!-- wp:post-template {"className":"products-block-post-template","__woocommerceNamespace":"woocommerce/product-query/product-template"} -->
|
||||
<!-- wp:woocommerce/product-image {"isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"fontSize":"medium","isLink":true,"__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"textAlign":"center","fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"isDescendentOfQueryLoop":true,"textAlign":"center","fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:post-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:query-no-results -->
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found"} /-->
|
||||
<!-- /wp:query-no-results -->
|
||||
</div>
|
||||
<!-- /wp:query -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
48
templates/taxonomy-product_cat.html
Normal file
48
templates/taxonomy-product_cat.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
<!-- wp:term-description {"align":"wide"} /-->
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":[],"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
|
||||
<div class="wp-block-woocommerce-product-collection alignwide">
|
||||
<!-- wp:woocommerce/product-template -->
|
||||
<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:woocommerce/product-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection-no-results -->
|
||||
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found-clear-filters"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/product-collection-no-results -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-collection -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
48
templates/taxonomy-product_tag.html
Normal file
48
templates/taxonomy-product_tag.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:woocommerce/breadcrumbs /-->
|
||||
|
||||
<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
|
||||
|
||||
<!-- wp:term-description {"align":"wide"} /-->
|
||||
|
||||
<!-- wp:woocommerce/store-notices /-->
|
||||
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:woocommerce/product-results-count /-->
|
||||
|
||||
<!-- wp:woocommerce/catalog-sorting /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":[],"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
|
||||
<div class="wp-block-woocommerce-product-collection alignwide">
|
||||
<!-- wp:woocommerce/product-template -->
|
||||
<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
|
||||
<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
|
||||
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
|
||||
<!-- /wp:woocommerce/product-template -->
|
||||
|
||||
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- wp:woocommerce/product-collection-no-results -->
|
||||
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"woocommerce/no-products-found-clear-filters"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:woocommerce/product-collection-no-results -->
|
||||
</div>
|
||||
<!-- /wp:woocommerce/product-collection -->
|
||||
</main>
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
||||
<!-- /wp:group -->
|
617
theme.json
617
theme.json
@ -1,294 +1,361 @@
|
||||
{
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"settings": {
|
||||
"useRootPaddingAwareAlignments": true,
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": false,
|
||||
"palette": [
|
||||
{
|
||||
"color": "#040810",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#FAF7EF",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#8E9AEC",
|
||||
"name": "Accent",
|
||||
"slug": "accent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "968px",
|
||||
"wideSize": "1440px"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"slug": "eb-garamond",
|
||||
"name": "EB Garamond",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-italic.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"slug": "jura",
|
||||
"name": "Jura",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/jura-light.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/jura.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/jura-medium.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/jura-semibold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/jura-bold.woff2"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "sora",
|
||||
"slug": "sora",
|
||||
"name": "sora",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-thin.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-extralight.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-light.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-medium.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-semibold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-bold.woff2"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/sora-extrabold.woff2"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": false,
|
||||
"palette": [
|
||||
{
|
||||
"color": "#040810",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#FAF7EF",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#8E9AEC",
|
||||
"name": "Accent",
|
||||
"slug": "accent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "968px",
|
||||
"wideSize": "1440px"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-medium.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-semibold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-bold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "800",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-extrabold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "800",
|
||||
"src": [
|
||||
"file:./assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "EB Garamond",
|
||||
"name": "EB Garamond",
|
||||
"slug": "eb-garamond"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/jura/jura-light.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/jura/jura.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/jura/jura-medium.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/jura/jura-semibold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/jura/jura-bold.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "Jura",
|
||||
"name": "Jura",
|
||||
"slug": "jura"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "100",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-thin.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "200",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-extralight.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-light.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-medium.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "600",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-semibold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-bold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "800",
|
||||
"src": [
|
||||
"file:./assets/fonts/sora/sora-extrabold.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "sora",
|
||||
"name": "sora",
|
||||
"slug": "sora"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Small",
|
||||
"size": "14px",
|
||||
"slug": "tiny"
|
||||
},
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "medium",
|
||||
"size": "16px",
|
||||
"slug": "medium"
|
||||
"slug": "Small"
|
||||
},
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Standard",
|
||||
"size": "18px",
|
||||
"size": "16px",
|
||||
"slug": "standard"
|
||||
},
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Medium",
|
||||
"size": "18px",
|
||||
"slug": "medium"
|
||||
},
|
||||
{
|
||||
"name": "Extra Large",
|
||||
"size": "38px",
|
||||
"slug": "x-large"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"top": "0",
|
||||
]
|
||||
},
|
||||
"useRootPaddingAwareAlignments": true
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
"radius": "0.85em",
|
||||
"style": "solid",
|
||||
"width": "1px"
|
||||
},
|
||||
"color": {
|
||||
"background": "transparent",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"bottom": ".5em",
|
||||
"left": ".75em",
|
||||
"right": ".75em",
|
||||
"top": ".5em"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--jura)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontWeight": "700",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
|
||||
"fontSize": "var(--wp--preset--font-size--x-large)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"lineHeight": "1.0"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"border": {
|
||||
"color": "#FFF",
|
||||
"radius": "12px",
|
||||
"style": "solid",
|
||||
"width": "1px"
|
||||
}
|
||||
},
|
||||
"core/paragraph": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--sora)",
|
||||
"fontSize": "var(--wp--preset--font-size--standard)",
|
||||
"fontWeight": "300"
|
||||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"elements": {
|
||||
"caption": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
":hover": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"bottom": "0",
|
||||
"left": "0",
|
||||
"right": "0"
|
||||
"right": "0",
|
||||
"top": "0"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--sora)",
|
||||
"fontWeight": "300",
|
||||
"fontSize": "var(--wp--preset--font-size--standard)"
|
||||
},
|
||||
"blocks": {
|
||||
"core/image": {
|
||||
"border": {
|
||||
"color": "#FFF",
|
||||
"width": "1px",
|
||||
"style": "solid",
|
||||
"radius": "12px"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
|
||||
"fontSize": "var(--wp--preset--font-size--x-large)",
|
||||
"fontWeight": "700",
|
||||
"lineHeight": "1.0"
|
||||
}
|
||||
},
|
||||
"core/paragraph": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--sora)",
|
||||
"fontWeight": "300",
|
||||
"fontSize": "var(--wp--preset--font-size--standard)"
|
||||
}
|
||||
},
|
||||
"core/button": {
|
||||
"color": {
|
||||
"background": "transparent",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"textTransform": "uppercase",
|
||||
"fontFamily": "var(--wp--preset--font-family--jura)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontWeight": "700"
|
||||
},
|
||||
"border": {
|
||||
"width": "1px",
|
||||
"style": "solid",
|
||||
"radius": "0.85em"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"bottom": ".5em",
|
||||
"top": ".5em",
|
||||
"left": ".75em",
|
||||
"right": ".75em"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--sora)",
|
||||
"fontSize": "var(--wp--preset--font-size--standard)",
|
||||
"fontWeight": "300"
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
{
|
||||
"area": "header",
|
||||
"name": "header",
|
||||
@ -299,5 +366,7 @@
|
||||
"name": "footer",
|
||||
"title": "Footer"
|
||||
}
|
||||
]
|
||||
],
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/wp/6.7/theme.json"
|
||||
}
|
Reference in New Issue
Block a user