diff --git a/the-jazzers/assets/fonts/century-schoolbook_italic_400.ttf b/the-jazzers/assets/fonts/century-schoolbook_italic_400.ttf new file mode 100644 index 0000000000..3c8197fda7 Binary files /dev/null and b/the-jazzers/assets/fonts/century-schoolbook_italic_400.ttf differ diff --git a/the-jazzers/assets/fonts/century-schoolbook_italic_700.ttf b/the-jazzers/assets/fonts/century-schoolbook_italic_700.ttf new file mode 100644 index 0000000000..af93623075 Binary files /dev/null and b/the-jazzers/assets/fonts/century-schoolbook_italic_700.ttf differ diff --git a/the-jazzers/assets/fonts/century-schoolbook_normal_400.ttf b/the-jazzers/assets/fonts/century-schoolbook_normal_400.ttf new file mode 100644 index 0000000000..7368c2e382 Binary files /dev/null and b/the-jazzers/assets/fonts/century-schoolbook_normal_400.ttf differ diff --git a/the-jazzers/assets/fonts/century-schoolbook_normal_700.ttf b/the-jazzers/assets/fonts/century-schoolbook_normal_700.ttf new file mode 100644 index 0000000000..3735d8328c Binary files /dev/null and b/the-jazzers/assets/fonts/century-schoolbook_normal_700.ttf differ diff --git a/the-jazzers/assets/fonts/evolventa_italic_400.woff b/the-jazzers/assets/fonts/evolventa_italic_400.woff new file mode 100644 index 0000000000..f9a6e7d361 Binary files /dev/null and b/the-jazzers/assets/fonts/evolventa_italic_400.woff differ diff --git a/the-jazzers/assets/fonts/evolventa_normal_400.woff b/the-jazzers/assets/fonts/evolventa_normal_400.woff new file mode 100644 index 0000000000..6e4d7b8c5c Binary files /dev/null and b/the-jazzers/assets/fonts/evolventa_normal_400.woff differ diff --git a/the-jazzers/assets/fonts/old-standard-tt_italic_400.ttf b/the-jazzers/assets/fonts/old-standard-tt_italic_400.ttf new file mode 100644 index 0000000000..7e7ad1a0e1 Binary files /dev/null and b/the-jazzers/assets/fonts/old-standard-tt_italic_400.ttf differ diff --git a/the-jazzers/assets/fonts/old-standard-tt_normal_400.ttf b/the-jazzers/assets/fonts/old-standard-tt_normal_400.ttf new file mode 100644 index 0000000000..406bac62ac Binary files /dev/null and b/the-jazzers/assets/fonts/old-standard-tt_normal_400.ttf differ diff --git a/the-jazzers/assets/fonts/old-standard-tt_normal_700.ttf b/the-jazzers/assets/fonts/old-standard-tt_normal_700.ttf new file mode 100644 index 0000000000..32bc3b6e50 Binary files /dev/null and b/the-jazzers/assets/fonts/old-standard-tt_normal_700.ttf differ diff --git a/the-jazzers/functions.php b/the-jazzers/functions.php new file mode 100644 index 0000000000..6c119ab608 --- /dev/null +++ b/the-jazzers/functions.php @@ -0,0 +1,61 @@ + +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'jazzers-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'jazzers_styles' ); diff --git a/the-jazzers/parts/footer.html b/the-jazzers/parts/footer.html new file mode 100644 index 0000000000..4e5eda9567 --- /dev/null +++ b/the-jazzers/parts/footer.html @@ -0,0 +1,7 @@ + +
+ +
+ \ No newline at end of file diff --git a/the-jazzers/parts/header.html b/the-jazzers/parts/header.html new file mode 100644 index 0000000000..ea7c222509 --- /dev/null +++ b/the-jazzers/parts/header.html @@ -0,0 +1,7 @@ + +
+
+
+
+
+ \ No newline at end of file diff --git a/the-jazzers/parts/post-meta.html b/the-jazzers/parts/post-meta.html new file mode 100644 index 0000000000..546a680ca4 --- /dev/null +++ b/the-jazzers/parts/post-meta.html @@ -0,0 +1,11 @@ + +
+
+ + +

·

+ + +
+
+ \ No newline at end of file diff --git a/the-jazzers/patterns/404.php b/the-jazzers/patterns/404.php new file mode 100644 index 0000000000..88b19a688a --- /dev/null +++ b/the-jazzers/patterns/404.php @@ -0,0 +1,17 @@ + + + + +

+ + + +

+ diff --git a/the-jazzers/patterns/comments.php b/the-jazzers/patterns/comments.php new file mode 100644 index 0000000000..fc410737a3 --- /dev/null +++ b/the-jazzers/patterns/comments.php @@ -0,0 +1,53 @@ + + + + +
+ + + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + + + + + + +
+ diff --git a/the-jazzers/patterns/footer.php b/the-jazzers/patterns/footer.php new file mode 100644 index 0000000000..8e6f52d644 --- /dev/null +++ b/the-jazzers/patterns/footer.php @@ -0,0 +1,34 @@ + + + + + + + + +
+ +
+ +

+ WordPress'; + echo sprintf( + esc_html__( 'Designed with %1$s', 'jazzers' ), + $wordpress_link + ); + ?> +

+ +
+ +
+ \ No newline at end of file diff --git a/the-jazzers/patterns/hidden-no-results-content.php b/the-jazzers/patterns/hidden-no-results-content.php new file mode 100644 index 0000000000..1a969b4335 --- /dev/null +++ b/the-jazzers/patterns/hidden-no-results-content.php @@ -0,0 +1,11 @@ + + + +

+ diff --git a/the-jazzers/readme.txt b/the-jazzers/readme.txt new file mode 100644 index 0000000000..bb59d03e0c --- /dev/null +++ b/the-jazzers/readme.txt @@ -0,0 +1,37 @@ +=== Jazzers === +Contributors: the WordPress team +Requires at least: 5.8 +Tested up to: 6.2 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +== Description == + +A theme inspired by jazz album covers, with big covers and playful titles to display your posts. + +== Changelog == + += 0.0.1 = +* Initial release + +== Copyright == + +Jazzers WordPress Theme, (C) 2023 the WordPress team +Jazzers is distributed under the terms of the GNU GPL. +Jazzers is based on Block Canvas (https://github.com/Automattic/themes/tree/trunk/block-canvas), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +Century Schoolbook Font +(URW)++,Copyright 2014 by (URW)++ Design & Development + +-- End of Century Schoolbook Font credits -- diff --git a/the-jazzers/screenshot.png b/the-jazzers/screenshot.png new file mode 100644 index 0000000000..c66566b71d Binary files /dev/null and b/the-jazzers/screenshot.png differ diff --git a/the-jazzers/style.css b/the-jazzers/style.css new file mode 100644 index 0000000000..1d40d5aefe --- /dev/null +++ b/the-jazzers/style.css @@ -0,0 +1,56 @@ +/* +Theme Name: Jazzers +Theme URI: https://github.com/wordpress/jazzers/ +Author: the WordPress team +Author URI: https://wordpress.org/themes/ +Description: A theme inspired by jazz album covers, with big covers and playful titles to display your posts. +Requires at least: 5.8 +Tested up to: 6.2 +Requires PHP: 5.7 +Version: 0.0.1 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: jazzers +Tags: blog, entertainment, photography, one-column, wide-blocks, accessibility-ready, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, full-site-editing, rtl-language-support, template-editing, theme-options, threaded-comments, translation-ready, jazz, jazzers, jazz-cover, modernism, modern-design, typography, duotones, big-covers, magazine, display +*//* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ +.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { + background-color: var(--wp--preset--color--secondary); + color: var(--wp--preset--color--background); + border-color: var(--wp--preset--color--secondary); +} + +/** + * Currently table styles are only available with 'wp-block-styles' + * theme support (block css) thus the following needs to be included + * since 'wp-block-styles' aren't used for this theme. + * https://github.com/WordPress/gutenberg/issues/45065 + */ +.wp-block-table thead { + border-bottom: 3px solid; +} +.wp-block-table tfoot { + border-top: 3px solid; +} +.wp-block-table td, +.wp-block-table th { + padding: var(--wp--preset--spacing--30); + border: 1px solid; + word-break: normal; +} +.wp-block-table figcaption { + font-size: var(--wp--preset--font-size--small); + text-align: center; +} + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: .0625em !important; + text-underline-offset: .15em; +} \ No newline at end of file diff --git a/the-jazzers/templates/404.html b/the-jazzers/templates/404.html new file mode 100644 index 0000000000..3a1ed1b89e --- /dev/null +++ b/the-jazzers/templates/404.html @@ -0,0 +1,17 @@ + + + +
+
+

Oops! The page can’t be found.

+ + + +

It looks like nothing was found at this location. Maybe try a search?

+ + +
+
+ + + \ No newline at end of file diff --git a/the-jazzers/templates/archive.html b/the-jazzers/templates/archive.html new file mode 100644 index 0000000000..ba1612ebee --- /dev/null +++ b/the-jazzers/templates/archive.html @@ -0,0 +1,33 @@ + + + + + + + \ No newline at end of file diff --git a/the-jazzers/templates/home.html b/the-jazzers/templates/home.html new file mode 100644 index 0000000000..48ff76153e --- /dev/null +++ b/the-jazzers/templates/home.html @@ -0,0 +1,147 @@ + +
+
+ +
+
+ + + +
+
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+ + + +
+ +
+
+ + + + + +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/the-jazzers/templates/index.html b/the-jazzers/templates/index.html new file mode 100644 index 0000000000..27c042eedf --- /dev/null +++ b/the-jazzers/templates/index.html @@ -0,0 +1,31 @@ + + + +
+
+ + + +
+ + +
+ +
+
+ + + + +
+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/the-jazzers/templates/page.html b/the-jazzers/templates/page.html new file mode 100644 index 0000000000..f450f4c02c --- /dev/null +++ b/the-jazzers/templates/page.html @@ -0,0 +1,13 @@ + + + +
+
+ + + +
+
+ + + \ No newline at end of file diff --git a/the-jazzers/templates/search.html b/the-jazzers/templates/search.html new file mode 100644 index 0000000000..a4733c0946 --- /dev/null +++ b/the-jazzers/templates/search.html @@ -0,0 +1,35 @@ + + + +
+
+ + + +
+ + + + + +
+ + +
+
+ + + + +
+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/the-jazzers/templates/single.html b/the-jazzers/templates/single.html new file mode 100644 index 0000000000..c98f462d11 --- /dev/null +++ b/the-jazzers/templates/single.html @@ -0,0 +1,49 @@ + + + +
+
+ + + +
+ + + +
+ + + +
+
+ + +
+ + +
+ +
+
+
+ + + + +
+ + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/the-jazzers/theme.json b/the-jazzers/theme.json new file mode 100644 index 0000000000..d4d4a77d58 --- /dev/null +++ b/the-jazzers/theme.json @@ -0,0 +1,674 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "background": true, + "custom": true, + "customDuotone": true, + "customGradient": false, + "defaultDuotone": false, + "defaultGradients": false, + "defaultPalette": false, + "duotone": [ + { + "colors": [ + "#080808", + "#2976C6" + ], + "name": "In Blue", + "slug": "duo-in-blue" + }, + { + "colors": [ + "#080808", + "#FE660E" + ], + "name": "In Orange", + "slug": "duo-in-orange" + }, + { + "colors": [ + "#080808", + "#C7C229" + ], + "name": "In Gold", + "slug": "duo-in-gold" + }, + { + "colors": [ + "#080808", + "#209CAE" + ], + "name": "In Acqua", + "slug": "duo-in-acqua" + }, + { + "colors": [ + "#080808", + "#FD5370" + ], + "name": "In Pink", + "slug": "duo-in-pink" + }, + { + "colors": [ + "#080808", + "#6C4A8F" + ], + "name": "In Purple", + "slug": "duo-in-purple" + }, + { + "colors": [ + "#080808", + "#FCE9A5" + ], + "name": "In Creamy", + "slug": "duo-in-creamy" + } + ], + "gradients": [], + "palette": [ + { + "color": "#0d0d0d", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#e9e7e2", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#0d0d0d", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#e9e7e2", + "name": "Background", + "slug": "background" + }, + { + "color": "#2976C6", + "name": "Blue", + "slug": "blue" + }, + { + "color": "#FE660E", + "name": "Orange", + "slug": "orange" + }, + { + "color": "#c7c229", + "name": "Gold", + "slug": "gold" + }, + { + "color": "#fd5370", + "name": "Pink", + "slug": "pink" + }, + { + "color": "#209cae", + "name": "Acqua", + "slug": "acqua" + }, + { + "color": "#6c4a8f", + "name": "Violet", + "slug": "violet" + }, + { + "color": "#fce9a5", + "name": "Creamy", + "slug": "creamy" + }, + { + "color": "#118640", + "name": "118640", + "slug": "custom-118640" + } + ], + "text": true + }, + "layout": { + "contentSize": "800px", + "wideSize": "1024px" + }, + "shadow": { + "defaultPresets": true, + "presets": [] + }, + "spacing": { + "customSpacingSize": true, + "spacingScale": { + "increment": 1.5, + "mediumStep": 1.5, + "operator": "*", + "steps": 7, + "unit": "rem" + }, + "spacingSizes": [], + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "customFontSize": true, + "dropCap": true, + "fluid": true, + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Evolventa", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/evolventa_normal_400.woff" + ] + }, + { + "fontFamily": "Evolventa", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/evolventa_italic_400.woff" + ] + } + ], + "fontFamily": "Evolventa", + "slug": "evolventa" + }, + { + "fontFace": [ + { + "fontFamily": "Old Standard TT", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/old-standard-tt_normal_400.ttf" + ] + }, + { + "fontFamily": "Old Standard TT", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/old-standard-tt_italic_400.ttf" + ] + }, + { + "fontFamily": "Old Standard TT", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/old-standard-tt_normal_700.ttf" + ] + } + ], + "fontFamily": "Old Standard TT", + "slug": "old-standard-tt" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "1.0625rem", + "min": "0.825rem" + }, + "name": "Small", + "size": "1rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.25rem", + "min": "1rem" + }, + "name": "Medium", + "size": "1.125rem", + "slug": "medium" + }, + { + "fluid": { + "max": "2rem", + "min": "1.75rem" + }, + "name": "Large", + "size": "1.75rem", + "slug": "large" + }, + { + "fluid": { + "max": "3rem", + "min": "2.5rem" + }, + "name": "Extra Large", + "size": "3rem", + "slug": "x-large" + } + ], + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "textDecoration": true, + "textTransform": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/code": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "radius": "0.25rem", + "style": "solid", + "width": "2px" + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--50)", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "monospace" + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-date": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments": { + "spacing": { + "margin": { + "bottom": "5vh", + "left": "5vh", + "right": "5vh", + "top": "5vh" + } + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--70)" + } + } + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/paragraph": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.5" + } + }, + "core/post-author": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)", + "fontSize": "1rem" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)", + "fontSize": "1rem" + } + }, + "core/post-terms": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)", + "fontSize": "1rem" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "style": "solid", + "width": "1px 0" + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--50)", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic" + } + }, + "core/query-no-results": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)" + } + }, + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)" + } + }, + "core/query-title": { + "spacing": { + "margin": { + "bottom": "2.5vh" + } + }, + "typography": { + "fontSize": "6rem", + "lineHeight": "1" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 1px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontStyle": "normal" + } + }, + "core/search": { + "border": { + "bottom": { + "style": "none", + "width": "0px" + }, + "left": { + "style": "none", + "width": "0px" + }, + "radius": "2px", + "right": { + "style": "none", + "width": "0px" + }, + "top": { + "style": "none", + "width": "0px" + } + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--secondary)" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--secondary)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--foreground)" + } + }, + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700", + "letterSpacing": "-0.05rem" + } + } + }, + "color": { + "background": "var(--wp--preset--color--background)", + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + }, + "outline": { + "color": "var(--wp--preset--color--primary)", + "offset": "2px", + "style": "dotted", + "width": "1px" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--background)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + "h1": { + "typography": { + "fontSize": "8.8rem", + "letterSpacing": "-0.25rem", + "lineHeight": "0.8", + "textTransform": "uppercase" + } + }, + "h2": { + "typography": { + "fontSize": "6rem", + "fontStyle": "normal", + "fontWeight": "300", + "letterSpacing": "-0.2rem", + "lineHeight": "1.1", + "textTransform": "uppercase" + } + }, + "h3": { + "typography": { + "fontSize": "2rem", + "letterSpacing": "-0.01rem" + } + }, + "h4": { + "typography": { + "fontSize": "1.6rem", + "letterSpacing": "-0.01rem" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0rem" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0rem" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--evolventa)", + "fontWeight": "400", + "lineHeight": "1.125" + } + }, + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + }, + "spacing": { + "blockGap": "1rem", + "padding": { + "bottom": "0px", + "left": "0px", + "right": "0px", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--old-standard-tt)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file