Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1366638

    How do I make the Special heading Subheading Text font family Audiowide?

    I tried this but it does not work.

    .av-subheading {
       font-family: ‘audiowide’;
    }
    #1366646

    Hey garyt13,
    Thanks for the link to your site, I see that your css has curly quotes, they need to be straight quotes
    try this css:

    .av-subheading {
       font-family: 'audiowide';
    }

    Please copy the css from the forum and not an email notification, after you paste the code please check for the curly quotes as your computer clipboard might add them.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.