Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #912346

    Hi support,
    I’m now making my third website in your wonderful theme :-)
    I need to add the font Tahoma which is not a Google font. I found a code snippet online, but neither adding it to the css stylesheet nor the quick css makes it show up in the font list. Can you help me?

    Thanks,
    Yth

    The code snippet:
    h1 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    }
    h3 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
    }
    p {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    }
    blockquote {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    }
    pre {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
    }

    #912625

    Hey ythhj,

    Adding CSS like that won’t add the font to the fonts list, but it should apply to your actual site though?

    Best regards,
    Rikard

    #912692

    Hi Rikard,

    Is it possible to add Tahoma to the fonts list?

    Best regards,
    Yth

    #912936

    Hi,

    Tahoma should be in the list, as Tahoma is a Web Safe form.

    Best regards,
    Basilis

    #913942

    Hi Basilis,
    I don’t see Tahoma on the list – neither in General nor Advanced styling. Can you please help me add it?
    Thanks,
    Yth

    #914016

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #914059
    This reply has been marked as private.
    #914291

    Hi Yth,

    Can you please post the link with the token or give us credentials to login in private?

    Best regards,
    Victoria

    #914816
    This reply has been marked as private.
    #914967

    Well you can make your own css rules – because Tahoma is standard .
    But if you don’t like to use https://de.wordpress.org/plugins/use-any-font/

    give Signika a try. : https://fonts.google.com/specimen/Signika looks very similar and is in Enfold as Signika Negative included

    #915019

    Hi,

    Let us know if that works out for you!

    Best regards,
    Basilis

    #915351

    Hi,
    My knowledge of css is unfortunately limited, so would you please advice how to set up the css rules. I would prefer not to use a plugin and Signika Negative is not close enough to Tahoma to work for me since it is more rounded in its expression.
    Thanks in advance,
    ythhj

    #915408

    Hi,

    If you only need that font for you headers, then this should work:

    h1, h2, h3, h4, h5, h6 {
      font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    }

    Try putting it in Quick CSS.

    Best regards,
    Rikard

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