Disable fontWeight settings for Paragraphs
[MAILPOET-5642]
This commit is contained in:
committed by
Rostislav Wolný
parent
52214962a6
commit
37d893ff47
@ -103,6 +103,7 @@ class SettingsController {
|
|||||||
$coreSettings['spacing']['padding'] = true;
|
$coreSettings['spacing']['padding'] = true;
|
||||||
// Typography
|
// Typography
|
||||||
$coreSettings['typography']['dropCap'] = false; // Showing large initial letter cannot be implemented in emails
|
$coreSettings['typography']['dropCap'] = false; // Showing large initial letter cannot be implemented in emails
|
||||||
|
$coreSettings['typography']['fontWeight'] = false; // Font weight will be handled by the font family later
|
||||||
|
|
||||||
$themeJson = (string)file_get_contents(dirname(__FILE__) . '/theme.json');
|
$themeJson = (string)file_get_contents(dirname(__FILE__) . '/theme.json');
|
||||||
$themeJson = json_decode($themeJson, true);
|
$themeJson = json_decode($themeJson, true);
|
||||||
|
Reference in New Issue
Block a user