Home Forums Basel support forum I want to use custom font in product title

I want to use custom font in product title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #74841

    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

    #74857

    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 2 posts - 1 through 2 (of 2 total)