Markdown Font Size change

Hello All,

Struggling with the Markdown to HTML. For some reason, its reducing the size of my font in gmail when I use the create send email module. Can someone answer why this might? Here is a screenshot of the workflow.

Is there a way to ensure the markdown fonts stay at 16px using HTML?

When asking your question, please include:

:footprints: The steps you have taken
:camera_flash: Relevant screenshots
:link: Any links you have
[ Code { "and": "JSON", "in" : "code block"} ]
:x: Exclude Personal Information.

To ensure that your font size remains consistent at 16px when using HTML in the Create Send Email module in make.com, here are a few steps you can take:

Apply inline CSS styles to your HTML elements to set the font size explicitly. Inline styles are more likely to be preserved by email clients, including Gmail. For example:

<p style="font-size: 16px;">Your content here</p>

Use <font> Tag: Although not recommended for modern web development, the <font> tag can sometimes work in email clients like Gmail. However, keep in mind that itโ€™s considered outdated.

2 Likes

Thanks for your input @Pro_Tanvee . It seems thats already in the HTML code but it doesnt seem to affect the font size. Its only on the markdown feature it does this, it doesnt respect the HTML font type of size.

Heres the code.

d align=โ€œleftโ€ style=โ€œpadding:0;Margin:0;padding-left:30px;padding-right:30pxโ€>

{{data}}