Fix default font size for text

This commit is contained in:
Mike Jolley
2024-05-23 11:28:13 +01:00
committed by Rostislav Wolný
parent bb38000845
commit fcb41a3a9b

View File

@@ -61,6 +61,7 @@ class Renderer {
'padding-bottom' => $emailStyles['spacing']['padding']['bottom'] ?? '0px',
'font-family' => $emailStyles['typography']['fontFamily'] ?? 'inherit',
'line-height' => $emailStyles['typography']['lineHeight'] ?? '1.5',
'font-size' => $emailStyles['typography']['fontSize'] ?? 'inherit',
],
'body, .email_layout_wrapper'
);