diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 15914326..5536038b 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -215,7 +215,7 @@ namespace Volian.Controls.Library Font = formatFont; else { - if (VlnSettings.DebugMode) + if (VlnSettings.DebugMode || VlnSettings.ProductionMode) Font = new Font(_MyFontFamily == null ? formatFont.FontFamily : _MyFontFamily, formatFont.Size, formatFont.Style); else Font = new Font("Bookman Old Style", formatFont.Size, formatFont.Style);