Title: Missing Google Font
Last modified: September 26, 2021

---

# Missing Google Font

 *  Resolved [vonnieB](https://wordpress.org/support/users/vonnieb/)
 * (@vonnieb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/missing-google-font/)
 * 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](https://wordpress.org/support/users/vonnieb/)
 * (@vonnieb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/missing-google-font/#post-14910886)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [google font](https://wordpress.org/support/topic-tag/google-font/)

 * 1 reply
 * 1 participant
 * Last reply from: [vonnieB](https://wordpress.org/support/users/vonnieb/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/missing-google-font/#post-14910886)
 * Status: resolved