浏览代码

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',
 			]