• I have a Typekit account, utilizing my published kit and placing the embed code within the CSS Stylesheet Editor, but cannot seem to override the default main font (Raleway).
    I’m using an H1 selector as well.

    Please let me know if this is even possible and what I may be doing incorrectly?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter johnwtaylor

    (@johnwtaylor)

    Ah, patience. Had to wait until Typekit was ready to distribute the kit.

    Thread Starter johnwtaylor

    (@johnwtaylor)

    Ah, I was wrong.

    The Typekit issue still stands

    Hello there,

    If possible, please share your URL here so I can have a closer look.

    Thread Starter johnwtaylor

    (@johnwtaylor)

    Thanks for getting back to me on this. I solved the issue.

    PROBLEM: All the fonts changed or nothing changed.
    SOLUTION: Use selectors within the CSS Stylesheet Editor!
    SOLUTION 2: Include the ‘font-style’ and ‘font-weight’ within the code line as shown below.

    h1 {
    font-family: “lust-display-didone”, sans-serif;
    font-style: normal;
    font-weight: 400;
    }

    #mainnav ul li a {
    font-family: ‘Raleway’, sans-serif;
    }

    I placed this same code in the customizer area, not clear if that makes a difference.

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Typekit’ is closed to new replies.