Remove awesome font completely?

I don’t use it on my website. Any idea where to remove it completely?

Thanks.

Hi @minipucchi ,

You can’t remove it, it’s part of the core. You can remove the files through FTP, like /framework/fonts/font_awesome/ and cornerstone\assets\dist-app\fonts. But it will not disable the requests, the requests are still there but with 404.

@font-face only loads font files if they are needed on the page. Another approach would be to override any styles that apply font-family: "FontAwesome"; using custom CSS.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.