Remove Lato Font from Supreme Theme in V2

This topic contains 2 replies, has 3 voices, and was last updated by  Patrik 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #477278

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Hello – is there a guide on how to customize/remove the Lato Google font from the Supreme theme?

    I have tried:

    
        wp_add_inline_style( 'directory-theme-child-style', $customizer_css );
    

    To the below, but this is not working:
    https://co-weddingofficiants-local-v2.rmtnnuj8-liquidwebsites.com/

    
    function sd_enqueue_styles()
    {
        wp_enqueue_script('supreme', get_stylesheet_directory_uri() . 'https://ayecode.b-cdn.net/assets/js/supreme.min.js', array(), SD_VERSION, true);
        wp_enqueue_style('directory-theme-child-style', get_stylesheet_directory_uri().'https://ayecode.b-cdn.net/assets/css/style.css', array('directory-theme-style', 'directory-theme-style-responsive'),SD_VERSION);
        
        wp_dequeue_style( 'directory-theme_google_fonts' );
    
        ob_start();
        sd_theme_customize_css();
        $customizer_css = ob_get_clean();
    
        wp_add_inline_style( 'directory-theme-child-style', $customizer_css );
    }
    
    #477320

    Alex Rollin
    Moderator
    Post count: 27815

    Hi,

    thanks for your patience while the developers look into it.

    #477325

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can change the font via Appearance->Customize->Body->Typography->Font Family. Let me know if it resolves your issue or not.

    Regards,
    Patrik

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket