fontawesome requests – top bandwidth


Hello, thank you for Beans. It's awesome. I have a question because I've had trouble with my icons on my beans site.

  1. I wasn't able to see my icons until I added the code below
  2. I am getting 15,000+ requests per day for /wp-content/themes/tm-beans/lib/api/uikit/src/fonts/fontawesome-webfont.woff2/ . It's my top bandwidth request.

I know I'm doing something wrong and I wonder if anyone can give me any help on this.

Thank you very much in advance.

add_action( 'beans_uikit_enqueue_scripts', 'ja_enqueue_uikit_icons' );
function ja_enqueue_uikit_icons() {
    beans_uikit_enqueue_components( true );
}


Thank you very much for this reply, Christoph. I will give this a try.

Write a reply

Login or register to write a reply, it's free!