Friends using the Astra Theme might find that the theme loads an Astra.woff font by default when optimizing website speed. This Astra.woff is the default font that comes with the theme, containing some commonly used icons. As shown below:

This font is used in the following places: The search button at the end of the top-right menu, the dropdown icons in the menu, and the menu button on mobile. Therefore, under normal circumstances, we cannot disable this font file. If you really don't use this font, you can use the following command to disable it. Add the following code to the functions file.
add_filter( 'astra_enable_default_fonts', '__return_false' );
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.