How to NOT call Font Awesome or font icons in WordPress

You will need to find how your theme is calling the styles. If with enqueue, you can use the wp_dequeue_style() on your child theme, if directly in header/footer, you will need to copy those to your child theme and remove those calls.