How to use custom fonts in your theme
-
Hi,
I want to use custom fonts for product title in single product page but it is not picking the font I have edited in css file also
Dear support Team,
I want to use this font in product title. How i can use this font. I am also attaching an screenshot related to this issue
Kindly refer to the image i want to use the font which is marked in oval
Attachments:
You must be
logged in to view attached files.
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