Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Drazon,

    We have enqueued the font-awesome icon family (stylesheet) via a CDN under the handle ‘prefix-font-awesome’.

    You should be able to exclude the font awesome icon font family from our plugin using the following php snippet:

    <?php
    wp_dequeue_style( 'prefix-font-awesome' );
    ?>

    That should go into your themes function.php

    Thanks,
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘How to dequeue the font-awesome css file?’ is closed to new replies.