Hi,
Sorry about that permission error, forgot about the separate verification for each individual theme. Also, don’t worry about the license, private replies are visible only to you and our staff (I’ve removed it anyway).
Here’s what I had wrote in there (customer was asking the same thing):
Hi,
I’d do it with custom CSS:
@import url('http://googlefonturl');
Then you would need to override our CSS for any element you want to use that font on. Example for a h1 heading:
h1 {
font-family: "Font Name" !important;
}
Regards,
————————————————————————————————————
Cosmin
Support Assistant