This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
How to completely remove the Raleway font from the WooPress theme, if I not need it? Loading this font consumes unnecessary resources and increases the load time of the site. I changed the body font and theme headers, but the category of products in the sidebar and many other elements continue to use the Raleway font
Hello,
You may find theme.php file (woopress/framework/) and et_enqueue_gfonts
function there http://prntscr.com/hozx3l. Copy the function, like http://prntscr.com/hozyh9, into child theme https://codex.wordpress.org/Child_Themes. Then you need to comment line of Raleway http://prntscr.com/hozzsz. If after that the problem won’t be solved, try to disable Essential Grid plugin. To remove the font from the plugin, you need to contact plugin support https://codecanyon.net/item/essential-grid-wordpress-plugin/7563340/comments.
Let us know if you need any further assistance.
Regards
Tagged: raleway, remove, woocommerce, woopress, wordpress
You must be logged in to reply to this topic.Log in/Sign up