• Resolved jurasjo

    (@jurasjo)


    Hi. Excellent plug-in.

    I have noticed that it uses Fontawesome. It pull it form maxcdn.

    My theme (Hueman) already has Foontawesome included locally. So any chance to change pulling it from my local directory instead of externally?

Viewing 1 replies (of 1 total)
  • Thread Starter jurasjo

    (@jurasjo)

    As a workaround I use code like that:

    function eff_deregister_styles() {
    	wp_dequeue_style('eff-font-awesome');
    }
    add_action( 'wp_print_styles', 'eff_deregister_styles', 100 );
Viewing 1 replies (of 1 total)
  • The topic ‘Fontawesome’ is closed to new replies.