Browse Source

Maywood: we are going to build support for Global Styles in the theme

so no need to use the fallback stylesheet.
Andrés 5 years ago
parent
commit
a776002532
1 changed files with 0 additions and 1 deletions
  1. 0 1
      maywood/functions.php

+ 0 - 1
maywood/functions.php

@@ -106,7 +106,6 @@ if ( ! function_exists( 'maywood_setup' ) ) :
 		add_theme_support(
 			'a8c-global-styles',
 			[
-				'enqueue_styles' => true,
 				'font_base'      => '"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
 				'font_headings'  => '"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
 			]