Adding extra non-web fonts.
-
I see on the plugin’s WP site that there is a possibility to add ‘extra’ font with:
function my_fonts( $font_list ) {
return $font_list;
}
add_filter( ‘styleguide_get_fonts’, ‘my_fonts’ );I’m using a twenty-twelve child theme and not clear if with the above code copied into my child theme’s function.php it is possible to add Aries for example. I’ve added the above lines but can’t find Aries which is installed on my machine. What I’m doing wrong?
Many thanks…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding extra non-web fonts.’ is closed to new replies.