| @@ -16,10 +16,10 @@ | ||
| 16 | 16 | * Constructor |
| 17 | 17 | * return void |
| 18 | 18 | */ |
| 19 | 19 | public function __construct() { |
| 20 | - add_action( 'wp_enqueue_scripts', [ $this, 'fonts_loader' ], 9999); | |
| 21 | - add_action( 'admin_enqueue_scripts', [ $this, 'fonts_loader' ], 9999 ); | |
| 20 | + add_action( 'wp_enqueue_scripts', [ $this, 'fonts_loader' ], 10); | |
| 21 | + add_action( 'admin_enqueue_scripts', [ $this, 'fonts_loader' ], 10 ); | |
| 22 | 22 | add_action('gutsliders_render_block', [ $this, 'font_generator' ]); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | /** |