• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

[Support request] Change the heading fonts

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › General Tips › Change the heading fonts

Tagged: change font

  • This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by Davinder Singh Kanith.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 25, 2015 at 1:19 pm #617
    chasingthedonkeY
    Participant

    heya! would it be possible to change the heading font to be ‘Anton’ I use that font within all of my creative – and would like it to match if it’s not too difficult. Thanks.

    October 25, 2015 at 3:06 pm #619
    Davinder Singh Kanith
    Moderator

    Follow these steps:

    1. In functions.php file

    Replace this code…

    //* Loading Google Fonts
      wp_enqueue_style( 'flex-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,700', array(), '1.0.0' );

    with…

    //* Loading Google Fonts
      wp_enqueue_style( 'flex-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,700|Anton', array(), '1.0.0' );

    2. Then in style.css file

    Replace…

    
    /* ## Headings
    --------------------------------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #444;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        line-height: 1.2;
        margin: 0 0 10px;
        position: relative;
    }

    with this…

    
    /* ## Headings
    --------------------------------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #444;
        font-family: "Anton", sans-serif;
        font-weight: 300;
        line-height: 1.2;
        margin: 0 0 10px;
        position: relative;
    }
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Copyright © 2022 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates