Преглед изворни кода

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

so no need to use the fallback stylesheet.
Andrés пре 5 година
родитељ
комит
a776002532
1 измењених фајлова са 0 додато и 1 уклоњено
  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',
 			]