Hello,
I would like to add a missing google font to the list (Bai Jamjuree), i followed this thread :
This is the code i added :
function bai_jamjuree ($fonts) {
$fonts[ 'baijamjuree' ] = array(
'source' => 'google',
'family' => 'Bai Jamjuree',
'stack' => '"Bai Jamjuree", sans-serif',
'weights' => array( '200', '200italic', '300', '300italic', '400', '400italic', '500', '500italic', '600', '600italic', '700', '700italic' )
) ;
return $fonts;
}
But i can’t see the font, what’s wrong ?