Archived topic
How to use Proxima Nova fonts on GP?
1 reply · Started by Trạng on October 4, 2021
Viewing posts 1–2 of 2
Hi there,
I try to use this code snippet to display Proxima Nova fonts (fonts's info here: https://fonts.google.com/?query=proxima+nova )
The snippet I use is here )
add_filter( 'generate_typography_customize_list', function( $fonts ) {
$fonts[ 'proxima nova' ] = array(
'name' => 'Proxima Nova',
'variants' => array( '100','200','300','400','500', '600', '700', '800', '900' ),
'category' => 'serif'
);
return $fonts;
} );
But the output is look like Time News Roman (screenshot here)
Please advice!
Hi there,
Proxima Nova is NOT a google font its from another foundry, Google just lists them at fonts.google so you can find other fonts which you would need to purchase.
This archived topic is closed to new replies.