This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

15
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi John

    You’d need to use Custom CSS for that. If it’s a regular font then you can list it as follows:

    body, button, input, select, textarea {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    }

    Insert the above into Appearance > Custom CSS. Here is a nice tool to grab font stacks from :http://cssfontstack.com/.

    The fonts following the first fonts are fallbacks in case the font isn’t on the rendering computer.

  2. E-Mail Logic 11 years, 7 months ago

    I Added the above CSS – however nothing changed in the site – is there anything else I need to do?

  3. Andrew Misplon Staff 11 years, 7 months ago

    Please leave the CSS in place and send through a link to your site, I’ll take a look. Thanks.

  4. Andrew Misplon Staff 11 years, 7 months ago

    Your body font is now Tahoma. Are there other elements you’d also like to run in that font?

  5. E-Mail Logic 11 years, 7 months ago

    if i listed Verdona 1st would it be verdona?

  6. Andrew Misplon Staff 11 years, 7 months ago

    It would. The list is a fallback list, if the first font isn’t found on your computer the second one will be used and so on. So for Verdana body font:

    body, button, input, select, textarea {
    font-family: Verdana, Geneva, sans-serif !important;
    }
  7. E-Mail Logic 11 years, 7 months ago

    what about the shadow line under the images
    (using page builder / visual editor

  8. Andrew Misplon Staff 11 years, 7 months ago

    You can de-activate that Appearance > Customize > Page: Image shadow and rounding.

  9. E-Mail Logic 11 years, 7 months ago

    is body font the same as content font

  10. Andrew Misplon Staff 11 years, 7 months ago

    body in CSS covers everything but the heading font is being declared after we declare the body font so the headings don’t get this font.

    So for what we’re looking at here – yes, body and content font is the same.

  11. E-Mail Logic 11 years, 7 months ago

    it doe not apprear to be verdona on my screen – am i doing something wrong??

  12. Andrew Misplon Staff 11 years, 7 months ago

    Your Tahoma Custom CSS is still in place so if you’re looking to select your body from Appearance > Customize, first remove the Custom CSS.

  13. E-Mail Logic 11 years, 7 months ago

    i think that worked – is there a way to check what font is showing?

    THANK U – Glad I caught you on line – I’m using this site as a template for 5 more and this is saving me so much time!

  14. Andrew Misplon Staff 11 years, 7 months ago

    For sure.

    I use WhatFont for Chrome: http://chengyinliu.com/whatfont.html.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread