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

#157292
John Nolan
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” />’;
}