Web Fonts do not work when sending email with PHPMailer

0

When I send an email using PHPMailer the fonts are not recognized by gmail, I was already aware of some issues with CSS and having to user the inline css in the "style" tag, is there any way to solve this? >

Ex:

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<body style="margin: 0;padding: 0;background: #111;font-family: &quot;Open Sans&quot;;">
    
asked by anonymous 06.12.2016 / 18:23

0 answers