Home Forums Basel support forum How to use custom fonts in your theme

How to use custom fonts in your theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74856

    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

    #74860
    #74905

    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.
    #74916

    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

Viewing 4 posts - 1 through 4 (of 4 total)