I am trying to add google font Lato but not getting successI tried to include google font in my email template via Kentico CMS but that's only shows in the preview mode that font url is included successfully. But as I get email in my Outlook 365 that shows that my desired font url is not there.
Please helpAdd the following in the start of my email template from CMS:@html@
@head@
@link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet"@
@style type="text/css" id="ignore"@
tr td { padding: 0; margin: 0;border-spacing: 0; }
a{text-decoration: none; text-decoration-color: transparent;}
@/style@
@/head@
@body@
↧