font

Discussion in 'Themia WordPress Theme' started by bridgie, Apr 29, 2015.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Hi how do i change the entire font to lucida sans? Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    First you have to disable custom.js which converts text/headings into images.
    Please follow the screenshot given below.
    themia_disable_cufon.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body, div, p, span, a, ul, li, h1, h2, h3, h4, h5, h6{
    font-family: lucida sans !important;
    }
    Thanks,
    Praveen
     
  3. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thank you but it hasn't worked.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us URL of your website?

    Thanks,
    Praveen
     
  5. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    I visited your site and certainly understand your concern.

    I checked with Google fonts, but this is not available over there, so you need to add your font file manually in style.css file of your theme.

    If you have your generated lucida sans font format file, then kindly let me know so that I can further guide you accordingly.
     

Share This Page