Home › Forums › WoodMart support forum › Rupee Font › Reply To: Rupee Font
July 23, 2020 at 1:10 pm
#213527

Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-Price-currencySymbol {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Regards