|
@@ -181,6 +181,18 @@ if ( ! function_exists( 'varia_setup' ) ) :
|
|
// Add support for responsive embedded content.
|
|
// Add support for responsive embedded content.
|
|
add_theme_support( 'responsive-embeds' );
|
|
add_theme_support( 'responsive-embeds' );
|
|
|
|
|
|
|
|
+ // Add support for custom line height controls.
|
|
|
|
+ add_theme_support( 'custom-line-height' );
|
|
|
|
+
|
|
|
|
+ // Add support for experimental link color control.
|
|
|
|
+ add_theme_support( 'experimental-link-color' );
|
|
|
|
+
|
|
|
|
+ // Add support for experimental cover block spacing.
|
|
|
|
+ add_theme_support( 'custom-spacing' );
|
|
|
|
+
|
|
|
|
+ // Add support for custom units.
|
|
|
|
+ add_theme_support( 'custom-units' );
|
|
|
|
+
|
|
// Add support for Global Styles.
|
|
// Add support for Global Styles.
|
|
add_theme_support(
|
|
add_theme_support(
|
|
'jetpack-global-styles',
|
|
'jetpack-global-styles',
|