diff --git a/experimental-theme.json b/experimental-theme.json index 4452098..12c56e8 100644 --- a/experimental-theme.json +++ b/experimental-theme.json @@ -169,24 +169,10 @@ "spacing": { "customPadding": true }, - "custom": { - "font-primary": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", - "line-height": { - "body": 1.7, - "heading": 1.3, - "page-title": 1.1 - }, - "responsive": { - "aligndefault-width": "1140px", - "alignwide-width": "1340px" - }, - "spacing": { - "unit": "20px", - "horizontal": "25px", - "vertical": "30px" - } - } - } + "layout": { + "contentSize": "1140px", + "wideSize": "1340px" + } }, "styles": { "root": { diff --git a/functions.php b/functions.php index 5e95852..e01be7f 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ function fizzie_after_setup_theme() add_action('wp_enqueue_scripts', 'fizzie_enqueue_a2z'); add_theme_support('wp-block-styles'); - add_theme_support('align-wide'); + //add_theme_support('align-wide'); add_theme_support('custom-line-height'); add_theme_support('responsive-embeds'); @@ -112,7 +112,7 @@ function fizzie_stanley_theme_support() { add_editor_style( 'style-editor.css' ); // Add support for full and wide align blocks. - add_theme_support( 'align-wide' ); + //add_theme_support( 'align-wide' ); }