generate_fontawesome_essentials

By default, GeneratePress includes the entire Font Awesome library for you to use.

While this is super useful, it’s a pretty big library.

If you don’t need to use Font Awesome, you can use the generate_fontawesome_essentials filter to make it so only the essential icons for the theme are loaded.

Usage

add_filter( 'generate_fontawesome_essentials', '__return_true' );