Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41466
    Albert
    Member

    How do I add a font? I have a google font I want to use for the headlines and need to know how to add it to the template.

    #41477
    Sakin
    Keymaster

    @Albert: In Catch Kathmandu Pro theme, we have lot of Google Fonts to choose from. Go to “Appearance => Theme Options => Font Family Options”.

    #41511
    Albert
    Member

    I have looked at all of those and none are what I want. I would like to use an elegant font. I have a font in mind and would like to know how to add it.

    #41525
    Sakin
    Keymaster

    @Albert: By default you will not to able to add in the font. For that you need to build child theme and then add the custom font in your child theme style.css.

    But if you have selected certain google font then let me know it, I will add this in our next version update in the list of font.

    #41800
    Albert
    Member

    Thank you for your help. The font I is Tangerine.

    #41816
    Sakin
    Keymaster

    @Albert: For now you can just build child theme and then in your child theme style.css you can add the following css:

    @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);
    h1, h2, h3, h4, h5, h6 { font-family: 'Tangerine', cursive, sans-serif; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding fonts’ is closed to new replies.