Is FontAwesome really required or can I remove it?
-
I’d love to get rid of this css file being included by Chimpy, is it safe to remove?
I tried to remove it like this, but it still seems to get loaded:
function dequeue_font_awesome_css() { wp_dequeue_style('chimpy-lite-font-awesome'); wp_deregister_style('chimpy-lite-font-awesome'); } add_action('wp_enqueue_scripts','dequeue_font_awesome_css', 100);
How can I do this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is FontAwesome really required or can I remove it?’ is closed to new replies.