Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • daveburstein Friend
    #720722

    I’ve put a google font in assets.xml
    https://fonts.googleapis.com/css?family=Roboto+Condensed:700italic

    I want to use it for my article header but am confused how to call it. I tried
    .article-header (
    font:Roboto+Condensed;
    weight:700;
    font-style: italic;
    )

    and variations on that but can’t get it right.
    Help please

    Ninja Lead Moderator
    #720961

    Hi,

    You can use the solution below with the custom article-header on your site

    Open templates/ja_directory/css/custom.css file and add new rule

    header.article-header .article-title a {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: oblique;
    }

    Regards

    Ninja Lead Moderator
    #753467

    Hi,

    You can use the solution below with the custom article-header on your site

    Open templates/ja_directory/css/custom.css file and add new rule

    header.article-header .article-title a {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: oblique;
    }

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum