New Landing How can we help? Themeforest Theme Support Supreme Code to make H6 specific font

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Supreme
  • #47470
    plbenson
    Member
    Post count: 93

    How do I make the H6 a specific font – different from the theme…
    I’d like the Gentium Font.

    TY

    #48089
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Just add this to your custom css:

    h6 {
      font-family: 'Your Font Name', Arial, sans-serif;
    }

    Hope this helps!

    – Kyle

    #48101
    plbenson
    Member
    Post count: 93

    I used this …
    h6
    {font-size:30px;
    font-family:Gentium;
    text-transform:lowercase}

    Is that correct…. do I need to add: Arial, sans-serif ????

    Thank you.

    #48106
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You will most probably need to wrap the Gentium in quotes for e.g:

    h6  {
    font-size:30px;
    font-family:'Gentium';
    text-transform:lowercase
    }

    – Kyle

    #48114
    plbenson
    Member
    Post count: 93

    Thanks….

    #48374
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, hope that’s worked for you!

    #48706
    plbenson
    Member
    Post count: 93

    Perfect!

    #49814
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register