Move the default font family and font size settings to the theme.json

[MAILPOET-5740]
This commit is contained in:
Rostislav Wolny
2024-01-15 14:48:07 +01:00
committed by Jan Lysý
parent 07e6940162
commit c4586d60e9
8 changed files with 19 additions and 24 deletions

View File

@ -63,10 +63,6 @@ class SettingsController {
* @var array
*/
const DEFAULT_EMAIL_CONTENT_STYLES = [
'typography' => [
'fontFamily' => "Arial, 'Helvetica Neue', Helvetica, sans-serif",
'fontSize' => '16px',
],
'h1' => [
'typography' => [
'fontSize' => '32px',