Is it possible to add custom font: Neue Haas Grotesk

Discussion in 'ButterBelly WordPress Theme' started by gloryous, Aug 28, 2018.

  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Greetings!

    I'm creating a new site for a client using the ButterBelly theme.

    They have a custom font they would like incorporated throughout the site. It's called:

    Neue Haas Grotesk

    Is there a way to add this font to the site? I have a zip file with four .otf files within it.

    Thanks for your advice!

    Glory
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To change the font style, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customizer->Additional CSS) of your dashboard.

    Code:
    body {
        font-family: Neue Haas Grotesk !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Akbar!

    A follow-up question:
    And what if I want to add this font for header-type text?

    Thank you!

    Glory
     
  4. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Correction: Heading fonts.
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Glory,

    If you use the above CSS code then it will change all the font type which includes heading, paragraph, etc.

    If you want to have this font on any specific section then just share the edited screenshot of that section.

    I look forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page