• Resolved vonnieB

    (@vonnieb)


    The typography dropdown in the customizer is missing the Google font I need for a client site. The font is Glory. The theme is freshly installed and fully up to date. Is this an error or something that needs to wait for a future update? I’d really rather not have to install the font family to give my client what they have asked for.

Viewing 1 replies (of 1 total)
  • Thread Starter vonnieB

    (@vonnieb)

    I found some code to update the Customizer list. This is specific to the OceanWP theme:

    function my_new_fonts( $array ) {
        $array[] = 'Glory';
        return $array;
    }
    add_filter( 'ocean_google_fonts_array', 'my_new_fonts' );
Viewing 1 replies (of 1 total)
  • The topic ‘Missing Google Font’ is closed to new replies.