&lt;link href="<https://fonts.googleapis.com/css?f...
# general
a
b
This hasn't worked for me. I've also tried using
<link name="myfont" type="font" subtype="TrueType" src="<https://fonts.googleapis.com/css?family=Lato>" />
and uploading to the file cabinet and using
<link name="myfont" type="font" subtype="TrueType" src="Lato-Regular.ttf" />
@andrewh how did you reference the font-family in the CSS, given your
<link>
tag method above? What did you use for the name of the font if you didn't define it?