I want to use custom font in product title
-
Dear Support Team,
I want to use this custom font on product title in single product
font-family: “Unica One”,”HelveticaNeue”,”Helvetica Neue”,sans-serif;
can you please check and fix this issue for us
Hello,
Please navigate to the Theme Settings > Typography and set the font in Entities names for Titles for posts, products, categories and pages http://prntscr.com/koalz6
If you want to set to product page only you will need custom CSS:
.single-product-content .entry-title{
font-family: "Unica One",Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
}
Add this code to the Theme Settings > Custom CSS
Best Regards