Can I use Google Fonts in the email notification?

  • laurenlopes
    Asked on May 29, 2018 at 5:20 AM

    Good day

    Since the email builder strips out everything except the body tags, is there a way to include a Google font in the email? For example Raleway:

    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">font-family: 'Raleway', sans-serif;


    or


    <style>

    @import url('https://fonts.googleapis.com/css?family=Raleway');

    </style>

    font-family: 'Raleway', sans-serif;


    I've done it in the actual form using CSS but cannot see how to do it as an inline style in the email.

  • laurenlopes
    Replied on May 30, 2018 at 4:13 AM

    OK thank you.