how to change font family?

Discussion in 'RoadFighter WordPress Theme' started by sunlons, Feb 9, 2015.

  1. sunlons

    sunlons New Member

    Joined:
    Dec 1, 2014
    Messages:
    8
    Likes Received:
    0
    Hello,

    How to change the font family of the product name? When we do in Chinese, I found the orginal font family not support. So I want to change the font family into Arial.

    http://road.180wp.com/product/

    Tks

    Yvonne
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Yvonne!

    Please follow the screenshot.
    roadfighter_cufon_disable.png

    Now, paste the code given below in custom css section.
    Code:
    ul.products h3 {
    font-family: Arial !important;
    }
    Thanks,
    Praveem
     

Share This Page