Home › Forums › Other › Problem with H&FJ cloud fonts in WordPress › Reply To: Problem with H&FJ cloud fonts in WordPress
November 27, 2013 at 9:03 pm
#157278
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!