I have a custom font coming from Typography.com, but I’m not able to add it the Klaviyo recommended way. According to Typography.com’s guide, I need to add it with a <head> tag and in the head tag I need to paste a <link> tag referencing the external stylesheet with all the fonts.
Like this:
<head>
<link rel=”stylesheet” type="text/css" href=”https//:cloud.redacted.com/fonts.css”/>
</head>
Every time I try to paste a snippet like this into a text block, it disappears after saving, even when trying to paste plain text.
Is there any way to do this?