Define Google Font Weights To Be Enqueued
/** * Alter the font-weights to be loaded with your selected Google Fonts * as defined at Customizer > Typography * * @link http://totalwptheme.com/docs/snippets/google-font-weights/ * @see framework/fonts.php * @since 3.3.2 * * @return array */ function myprefix_wpex_google_font_enqueue_weights( $weights ) {…