WooCommerce font duplicate loading
-
WooCommerce.woff and WooCommerce.woff2 fonts are loaded twice, which slows down the site. These fonts are located in the woocommerce.css and woocommerce-rtl.css files at the following path:
/wp-content/plugins/woocommerce/assets/css/The codes related to this problem in the mentioned files:
@font-face {
font-family: star;
src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: WooCommerce;
src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WooCommerce font duplicate loading’ is closed to new replies.