On my woocommerce product pages, I see a number of fonts loading that I didn’t explicitly request.
Both WooCommerce.woff and ionicons.woff2 (for product review stars) are loaded because of product.used.css. It’s also calling my body italics font because of the product variation select element.
Does anyone know how to modify bricks so that it instead only uses the regular global body font and a selectable SVG for the icons, respectively?