| @@ -257,8 +257,9 @@ | ||
| 257 | 257 | $font_url = static::get_google_fonts_remote_url( $font_name, $font_type ); |
| 258 | 258 | |
| 259 | 259 | $sanitize_font_name = static::sanitize_font_name( $font_name ); |
| 260 | 260 | |
| 261 | + // phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion | |
| 261 | 262 | wp_enqueue_style( |
| 262 | 263 | 'elementor-gf-' . $sanitize_font_name, |
| 263 | 264 | $font_url, |
| 264 | 265 | [], |