Home › Forums › Other › Problem with H&FJ cloud fonts in WordPress › Reply To: Problem with H&FJ cloud fonts in WordPress
November 28, 2013 at 3:22 am
#157292
Participant
Hmmm… I see that my post didn’t come through entirely (some of the code is missing.)
No, I just reused a bit of code that was originally used to load google fonts, but I didn’t re-name the function in the code. It doesn’t really matter what the function is called.
I’ll try again. The child theme’s function.php, in it’s entirety, is:
<?php
add_action( ‘genesis_meta’, ‘add_hfj_fonts’, 5);
function add_hfj_fonts() {
echo ‘place_hfj_css_key_here” />’;
}