Email Templates and Google Fonts
I have a nice email template and need to use a Google Font. The template works fine on other platform and HTML editing tools, but when the email is sent via NetSuite, the google font is not applied.
I've added the importurl to the code, and reference the font-family correctly:
@import url("//fonts.thirdpartyserver.com/css?family=My+New+Cool+Font");
Do I need to add the font to the file cabinet, and refrence it from there?