[Resolved] Typekit Font in Customizer

Home Forums Support [Resolved] Typekit Font in Customizer

Home Forums Support Typekit Font in Customizer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #758804
    Yael

    Hi there,

    I reviewed this post:

    https://generatepress.com/forums/topic/typekit-woes/

    And am not able get my Typekit font to show in customizer

    I added this to my child theme’s function.php file:

    add_filter( 'generate_typography_default_fonts', 'tu_add_typekit_fonts' );
    function tu_add_typekit_fonts( $fonts ) {
        $fonts[] = 'classico-urw';
        return $fonts;
    }

    But still does not display in customizer.

    What step am I mising?

    #758924
    Yael

    Resolved.

    #759175
    Leo
    Staff
    Customer Support

    Glad you figured out 🙂

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