Font different on 2 websites

Discussion in 'Compass WordPress Theme' started by matthewford, May 19, 2015.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    I have a created a website using this theme for a client of mine and have created an identical site for their other company brand name which is just the first theme home page and all the menu link back to the main site. I have an issue whereby the font looks different on the second site even though it is the same Wordpress version and same theme. Attached is a screenshot of the main site's menu and then the second site's menu.

    Can you adivse on how we can make them identical, I can email you the links to the sites and wordpress logons if you need.

    Thanks in advance.
    Matthew
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please provide us your site URLs both the one that you need to change and the one that you wish to compare with as mentioned.

    Let me know so that I can assist you accordingly.
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Thanks for sharing the details.

    It was issue with font family:

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

    Code:
    body {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    Hope it will solve your issue.
     

Share This Page