• Resolved someoneolder

    (@someoneolder)


    Dear Team,

    just want to add a Google font like “Poppins” for the whole template, if im using css like “p {
    font-family: “Poppins”
    }” it just edit the Text under the headline nothing else. How can I fix that?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can use css like this in your custom css box.

    PLease be aware that most email clients do not support custom fonts.

    @import url('https://fonts.googleapis.com/css?family=Poppins');
    #template_header h1, #template_header .subtitle, #body_content_inner, .td, .text, #template_body h2, #template_body h2 a, #template_body h3, #template_footer a.ft-social-link, #template_footer #credit {
    font-family: 'Poppins', sans-serif !important;
    }

    Ben

    Thread Starter someoneolder

    (@someoneolder)

    Perfect, thank you! Ok could to know!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Google fonts like “Poppins”’ is closed to new replies.