Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #606809

    jim_honea
    Participant

    I recently updated Revolution Slider to version 5.0X and I am not sure if that is what caused it, but I can no longer see Punch Fonts in my Dashboard menu system. Did it get moved?

    I dont think I have installed any other add-ons that would have caused this. I am not sure when it happened but I need to add a custom font and I cannot find it. The three custom fonts I added before are all still working and are options in my font drop down.

    Any ideas?

    #606961

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #606991

    jim_honea
    Participant
    This reply has been marked as private.
    #607275

    Rad
    Moderator

    Hi Jim,

    It’s now moved under Slider settings as Google fonts section.

    Thanks!

    #607592

    jim_honea
    Participant

    Thank you so much. Is that documented somewhere, I searched forever and could not find it.

    One more font related question. Is there a way to change the Header Fonts (H1,h2,H3, etc) to another Font type (like a google font type) that differs from the global typography font? Also can you alter the typography for certain text blocks on a page (for instance, setting a text block to some google font to emphasize it, but not changing the rest of the page.

    #607607

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates!

    You can find the Google Fonts documentation here:
    http://www.themepunch.com/revslider-doc/slider-settings/#googlefonts

    To change the font of the heading, please go to the customizer, Appearance > Customize > Typography > Headings. If you want to have a custom font using a custom css, you can use the code below:

    h1,
    .h1 {
      /*-- your font style here -- */
      font-family: "Arimo";
      font-size: 50px;
    }

    You can do the same for h2, h3, h4, h5 and h6.
    Hope this helps. Kindly let us know.