Change Product Font - by Jordy Elalno - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: Jordy_Elalno
    Jordy Elalno
    Participant
    August 30, 2019 at 10:59

    Hello, how to change the font of the product?

    https://ibb.co/FDrP6Vn

    I also already upload the new font that I want to use to replace recently font, but I can’t find anyways how to use the font.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2019 at 12:13

    Hello,

    If you want to use a custom (not https://fonts.google.com/) font, upload it here – http://prntscr.com/ozkrvs
    then you will be able to set it http://prntscr.com/ozkt53 > http://prntscr.com/ozktab
    In case, you do not want to apply this font for all headings on the site, use custom CSS code to affect https://ibb.co/FDrP6Vn only:

    .category-list-item > ul > li > a,
    .content-product .product-title a, 
    .content-product .price,
    .my-custom-font p,  .my-custom-font h4 {
    	font-family: Amithen;
    }

    – for these elements http://prntscr.com/ozkw5t you need to add a custom class
    .my-custom-font
    Let us know if you need any further assistance.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.