Default font size for HTML variablesSummaryHow to configure the default font size on HTML variablesInstructionsThere is no OOTB option to set the default font style for HTML variables. However, we can configure onLoad catalog client script (UI type: All) & with the following script, should work for the requirement. function onLoad() { g_form.setValue('field_name', '<p style="font-size: 40pt;"></p>'); }