diff --git a/assets/js/block-filters/unregister-core-embed.js b/assets/js/block-filters/unregister-core-embed.js index c65b95d..0cc1a55 100644 --- a/assets/js/block-filters/unregister-core-embed.js +++ b/assets/js/block-filters/unregister-core-embed.js @@ -6,15 +6,9 @@ document.addEventListener('DOMContentLoaded', function () { if (typeof wp !== 'undefined' && typeof wp.blocks !== 'undefined') { // List of Gutenberg blocks to unregister. const unusedBlocks = [ - 'core/file', 'core/latest-comments', 'core/rss', - 'core/tag-cloud', 'core/missing', - 'core/site-tagline', - 'core/loginout', - 'core/term-description', - 'core/query-title', ]; // List of Gutenberg block variations to unregister. diff --git a/theme.json b/theme.json index 7d84f93..91dc13f 100644 --- a/theme.json +++ b/theme.json @@ -311,7 +311,7 @@ { "fontFamily": "Roboto Mono", "name": "Roboto Mono", - "slug": "roboto-mono", + "slug": "mono", "fontFace": [ { "fontFamily": "Roboto Mono", @@ -460,8 +460,9 @@ } }, "typography": { - "fontSize": "var(--wp--preset--font-size--s)", - "fontFamily": "var(--wp--preset--font-family--mono)" + "fontSize": "var(--wp--preset--font-size--xs)", + "fontFamily": "var(--wp--preset--font-family--mono)", + "lineHeight": "clamp(130%, 0.7600rem + 0.9178vw, 150%)" } }, "core/comments": { @@ -541,7 +542,7 @@ }, "typography": { "fontFamily": "var(--wp--preset--font-family--headline)", - "fontSize": "var(--wp--preset--font-size--xxs)" + "fontSize": "0.75rem" } }, "core/group": { @@ -620,7 +621,8 @@ "typography": { "fontSize": "var(--wp--preset--font-size--s)", "fontFamily": "var(--wp--preset--font-family--mono)" - } + }, + "css": "overflow-x: auto;" }, "core/pullquote": { "border": {