芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/anarchy.ycreate.jp/wp-content/themes/snow-monkey/app/setup/fonts.php
$font_family_setting ) { if ( empty( $font_family_setting['variation'] ) ) { continue; } foreach ( $font_family_setting['variation'] as $weight => $variation ) { if ( ! in_array( (string) $weight, $font_weights, true ) ) { continue; } $css_arr[] = '@font-face { font-family: "' . $font_family_setting['name'] . '"; font-style: normal; font-weight: ' . $weight . '; src: url("' . $variation['src'] . '") format("woff2"); }'; } } wp_add_inline_style( Helper::get_main_style_handle(), implode( '', $css_arr ) ); }, 11 ); }