Badsender-com / esp-html-bugs

ESPs HTML interpretation bugs and oddities
22 stars 0 forks source link

Pardot - Converts URLs in <link> tags into tracking links #14

Open jkupczak opened 2 years ago

jkupczak commented 2 years ago

Pardot converts URLs in <link> tags into tracking links. This means that if you attempt to use a custom web font using the <link> tag, every recipient that opens the email will immediately track a 'click' in Pardot because their email client will attempt to load your custom web font via the Pardot tracking link.

Avoid this issue by using the @import property for custom fonts in your <style> tag instead.