Hi,
I'm trying to figure out best solution for using a google font in a child theme. I was wondering how others are approaching this. Google suggests that "to embed the font into your web page copy the following code as the first element in the <head> of your HTML document,"
After selecting the variant, the code is generated and might look something like this:
<link href='http://fonts.googleapis.com/css?family=fontfamilyname' rel='stylesheet' type='text/css'>
So, is this the best method to add a google font to your child theme and if so, how does one inject this code?
TIA!