Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Problem with H&FJ cloud fonts in WordPress Reply To: Problem with H&FJ cloud fonts in WordPress

#157278
mgauthier15
Participant
<?php add_action( 'genesis_meta', 'wpb_add_google_fonts', 5);

function wpb_add_google_fonts() { echo '’; }

(replace the “###” with your H&fJ numbers)

By ### do you mean the “5”?

So you used a combination of google and H&FJ fonts? Where is the url for the php file to reference your font library on their server?

Thanks so much for your help!