Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #589147

    Hi, my clients want to use Tahoma as the main font for their site. I guess I need to add a font-family: Tahoma, Arial, Verdana, sans-serif; but I’m not sure what class to apply it to, can anyone advice?

    Thanks.

    #589163

    Hi,

    I believe Tahoma is web safe so using css to change it should be ok.

    p {
    font-family: tahoma!important;
    }

    will change of normal text but not links, headers etc

    p, a, h1 ,h2 , h3, h4 ,h5 ,h6{
    font-family:Tahoma!important;
    }

    will change them all.

    Whether that is the quickest / best way I’m not sure but it will work

    Hope that helps

    TJ

    #589339

    Hello,

    If you want to use Tahoma as the main font for their site install that plugin Easy Google Fonts and go to Appearance > Customize > Typography > Default Typography and change (Paragraph & Headings) Font Family to Tahoma.

    Hope that helps

    #590131

    Hi @IASupport,

    Did you have any luck in implementing the font you like? Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.