Hi.
I'm using text for my logo so have selected logo type: text and entered the desired text.
My question is how can I use a Google web font for this logo text? I'm able to change the font to a standard font like Arial via modifying the css (so I know this bit works) but where do I put the actual web font code in my template.
For example it states to put this
<link href='http://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet' type='text/css'>
as the first element in the <head> tag of your html document but where is this please? Doing some research on Google it states to use the template's index.php but looking in this there is no html code.
Many thanks.