Skip to content

Commit 4b12a60

Browse files
author
Uttam Sharma
committed
removed adobe fonts on astra_google_fonts
1 parent 456dafb commit 4b12a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/class-custom-typekit-fonts-render.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function __construct() {
7878

7979
add_action( 'enqueue_block_editor_assets', array( $this, 'typekit_embed_css' ) );
8080
// Astra filter before creating google fonts URL.
81+
add_filter( 'astra_google_fonts', array( $this, 'remove_typekit_font_google_url' ) );
8182
add_filter( 'astra_google_fonts_selected', array( $this, 'remove_typekit_font_google_url' ) );
8283
}
8384

0 commit comments

Comments
 (0)