diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
index 78a563107d55698d3fa0abc3c0b02a979b5eac78..01baa81e5b6fea42b1214c618f754e68e61643e8 100644
--- a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
+++ b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
@@ -9,7 +9,7 @@ object AboutBoxForm: TAboutBoxForm
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poScreenCenter
@@ -13377,7 +13377,7 @@ object AboutBoxForm: TAboutBoxForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -15
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = [fsBold]
     ParentFont = False
     ParentShowHint = False
@@ -13414,7 +13414,7 @@ object AboutBoxForm: TAboutBoxForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -15
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = [fsBold]
     ParentFont = False
     ParentShowHint = False
@@ -13435,7 +13435,7 @@ object AboutBoxForm: TAboutBoxForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -15
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = [fsBold]
     ParentFont = False
     ParentShowHint = False
diff --git a/src/sbbs3/ctrl/ClientFormUnit.dfm b/src/sbbs3/ctrl/ClientFormUnit.dfm
index fcab73c125c48a6b167db474db0b186fd113784c..5015e15fd32e2b167586d91ab980e4fc01e43f30 100644
--- a/src/sbbs3/ctrl/ClientFormUnit.dfm
+++ b/src/sbbs3/ctrl/ClientFormUnit.dfm
@@ -10,8 +10,8 @@ object ClientForm: TClientForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWhite
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   OnHide = FormHide
diff --git a/src/sbbs3/ctrl/ConfigWizardUnit.dfm b/src/sbbs3/ctrl/ConfigWizardUnit.dfm
index 865c827fb950d8f835a97ecc1e110100ad6b9315..16008f53d232cc18b25d3ce6e43483aaf962ca92 100644
--- a/src/sbbs3/ctrl/ConfigWizardUnit.dfm
+++ b/src/sbbs3/ctrl/ConfigWizardUnit.dfm
@@ -9,12 +9,12 @@ object ConfigWizard: TConfigWizard
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poScreenCenter
   OnShow = FormShow
-  PixelsPerInch = 120
+  PixelsPerInch = 96
   TextHeight = 16
   object Shape1: TShape
     Left = 0
@@ -599,7 +599,7 @@ object ConfigWizard: TConfigWizard
         Font.Charset = DEFAULT_CHARSET
         Font.Color = clWindowText
         Font.Height = -15
-        Font.Name = 'MS Sans Serif'
+        Font.Name = 'Microsoft Sans Serif'
         Font.Style = [fsBold]
         ParentFont = False
       end
@@ -1084,7 +1084,7 @@ object ConfigWizard: TConfigWizard
         Font.Charset = DEFAULT_CHARSET
         Font.Color = clWindowText
         Font.Height = -15
-        Font.Name = 'MS Sans Serif'
+        Font.Name = 'Microsoft Sans Serif'
         Font.Style = [fsBold]
         ParentFont = False
       end
@@ -1136,7 +1136,7 @@ object ConfigWizard: TConfigWizard
         Font.Charset = DEFAULT_CHARSET
         Font.Color = clWindowText
         Font.Height = -15
-        Font.Name = 'MS Sans Serif'
+        Font.Name = 'Microsoft Sans Serif'
         Font.Style = [fsBold]
         ParentFont = False
       end
diff --git a/src/sbbs3/ctrl/CtrlPathDialogUnit.dfm b/src/sbbs3/ctrl/CtrlPathDialogUnit.dfm
index e1228128b21269c7f45605d2e8ad6014bf03afb1..e79cf4cac7db8fd9cd535b38de7bd5afb9d13e19 100644
--- a/src/sbbs3/ctrl/CtrlPathDialogUnit.dfm
+++ b/src/sbbs3/ctrl/CtrlPathDialogUnit.dfm
@@ -14,7 +14,7 @@ object CtrlPathDialog: TCtrlPathDialog
   DesignSize = (
     473
     114)
-  PixelsPerInch = 120
+  PixelsPerInch = 96
   TextHeight = 16
   object Bevel1: TBevel
     Left = 10
diff --git a/src/sbbs3/ctrl/EventsFormUnit.dfm b/src/sbbs3/ctrl/EventsFormUnit.dfm
index f816a6097079ca17f0565602952c5e109629445f..47cee0a3188ac5a37b9f11d247864527fcb5bb62 100644
--- a/src/sbbs3/ctrl/EventsFormUnit.dfm
+++ b/src/sbbs3/ctrl/EventsFormUnit.dfm
@@ -8,11 +8,6 @@ object EventsForm: TEventsForm
   DefaultMonitor = dmPrimary
   DragKind = dkDock
   DragMode = dmAutomatic
-  Font.Charset = DEFAULT_CHARSET
-  Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
-  Font.Style = []
   OldCreateOrder = False
   OnHide = FormHide
   PixelsPerInch = 96
@@ -27,7 +22,7 @@ object EventsForm: TEventsForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False
diff --git a/src/sbbs3/ctrl/FtpCfgDlgUnit.dfm b/src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
index 43044d1ee07f50cc957f8e3ce62cb727f28e5715..c992559a1070bbdb804ef9f32f707269fb11a31b 100644
--- a/src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
@@ -6,7 +6,11 @@ object FtpCfgDlg: TFtpCfgDlg
   ClientHeight = 245
   ClientWidth = 286
   Color = clBtnFace
-  ParentFont = True
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = True
   Position = poScreenCenter
   OnShow = FormShow
diff --git a/src/sbbs3/ctrl/FtpFormUnit.dfm b/src/sbbs3/ctrl/FtpFormUnit.dfm
index eac7cb770b412b3e5fc20975b392b794e349fc3a..b8fca6e73e24aae9c6e2db3158cf85091613a26d 100644
--- a/src/sbbs3/ctrl/FtpFormUnit.dfm
+++ b/src/sbbs3/ctrl/FtpFormUnit.dfm
@@ -10,8 +10,8 @@ object FtpForm: TFtpForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   OnHide = FormHide
@@ -147,7 +147,7 @@ object FtpForm: TFtpForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False
diff --git a/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm b/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm
index da19a68da04d5c7cf7dd540e65c426195baec7ac..48ec93a565f0a58f5cbb6ff9197c2852bdd5e935 100644
--- a/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm
+++ b/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm
@@ -8,8 +8,8 @@ object LoginAttemptsForm: TLoginAttemptsForm
   Color = clBtnFace
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   FormStyle = fsStayOnTop
   OldCreateOrder = False
diff --git a/src/sbbs3/ctrl/MailCfgDlgUnit.dfm b/src/sbbs3/ctrl/MailCfgDlgUnit.dfm
index 1213c662c05eb676c96a676b3848143634005267..ae0c22658aa428c3fdfdbd754dfeee9cbae3392a 100644
--- a/src/sbbs3/ctrl/MailCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/MailCfgDlgUnit.dfm
@@ -6,7 +6,11 @@ object MailCfgDlg: TMailCfgDlg
   ClientHeight = 246
   ClientWidth = 286
   Color = clBtnFace
-  ParentFont = True
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = True
   Position = poScreenCenter
   OnShow = FormShow
diff --git a/src/sbbs3/ctrl/MailFormUnit.dfm b/src/sbbs3/ctrl/MailFormUnit.dfm
index b1e737ef98476a352d34cf2bd3075e693bcf9fe6..c8223a05919a6b75338583ad34c21decf509c008 100644
--- a/src/sbbs3/ctrl/MailFormUnit.dfm
+++ b/src/sbbs3/ctrl/MailFormUnit.dfm
@@ -11,8 +11,8 @@ object MailForm: TMailForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poDefault
@@ -150,7 +150,7 @@ object MailForm: TMailForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False
diff --git a/src/sbbs3/ctrl/MainFormUnit.dfm b/src/sbbs3/ctrl/MainFormUnit.dfm
index bd96eb321fd7cab1316ca44aa78a4457da7a7b00..299dc938cf0f0f004ac4253ef5ba72334f0f3904 100644
--- a/src/sbbs3/ctrl/MainFormUnit.dfm
+++ b/src/sbbs3/ctrl/MainFormUnit.dfm
@@ -9,8 +9,8 @@ object MainForm: TMainForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   Icon.Data = {
     0000010001002020100000000000E80200001600000028000000200000004000
diff --git a/src/sbbs3/ctrl/NodeFormUnit.dfm b/src/sbbs3/ctrl/NodeFormUnit.dfm
index 8541939bdd12d101fe6f968dc082ffd8009e7182..9f313dd130f5ce9ac673e28d2ff8fb02fd0916d1 100644
--- a/src/sbbs3/ctrl/NodeFormUnit.dfm
+++ b/src/sbbs3/ctrl/NodeFormUnit.dfm
@@ -11,8 +11,8 @@ object NodeForm: TNodeForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWhite
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poDefault
diff --git a/src/sbbs3/ctrl/PreviewFormUnit.dfm b/src/sbbs3/ctrl/PreviewFormUnit.dfm
index 4cba9c6b5d641b1008b9590b605c034a3b1b6687..b856fec08ab53520f1fdca28a948fcd6aa932698 100644
--- a/src/sbbs3/ctrl/PreviewFormUnit.dfm
+++ b/src/sbbs3/ctrl/PreviewFormUnit.dfm
@@ -8,14 +8,14 @@ object PreviewForm: TPreviewForm
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -14
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   PopupMenu = PopupMenu
   Position = poDefaultPosOnly
   OnClose = FormClose
   OnShow = FormShow
-  PixelsPerInch = 120
+  PixelsPerInch = 96
   TextHeight = 16
   object PopupMenu: TPopupMenu
     Left = 144
diff --git a/src/sbbs3/ctrl/PropertiesDlgUnit.dfm b/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
index f3c6294c61efb4a1981c544966af6ff415051535..d8f90d53d58edee2c65dfed77e888b0b6c3585ba 100644
--- a/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
+++ b/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
@@ -6,7 +6,11 @@ object PropertiesDlg: TPropertiesDlg
   ClientHeight = 234
   ClientWidth = 352
   Color = clBtnFace
-  ParentFont = True
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = True
   Position = poScreenCenter
   ShowHint = True
@@ -723,7 +727,7 @@ object PropertiesDlg: TPropertiesDlg
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -13
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     MinFontSize = 0
     MaxFontSize = 0
diff --git a/src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm b/src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
index 73088f81882cf640b76ecf39dfe85991196ea07d..b94d58dac57d0fd8fc00f268e1c2f211260e93af 100644
--- a/src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
@@ -6,11 +6,6 @@ object ServicesCfgDlg: TServicesCfgDlg
   ClientHeight = 245
   ClientWidth = 286
   Color = clBtnFace
-  Font.Charset = DEFAULT_CHARSET
-  Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
-  Font.Style = []
   Icon.Data = {
     0000010001002020100000000000E80200001600000028000000200000004000
     0000010004000000000080020000000000000000000000000000000000000000
@@ -36,6 +31,11 @@ object ServicesCfgDlg: TServicesCfgDlg
     000FF800000FFC00001FFE00001FE0000001C000000180000001800000018000
     00018000000180000001FC00001FFC00001FFE00001FFC00000FF800000FF800
     001FF800003FFC180C7FFE380EFFFFF80FFFFFF80FFFFFF80FFFFFFFFFFF}
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = False
   Position = poScreenCenter
   OnClose = FormClose
diff --git a/src/sbbs3/ctrl/ServicesFormUnit.dfm b/src/sbbs3/ctrl/ServicesFormUnit.dfm
index bfaabcf57ac411d527e61114a6eb4e6e6b2b528d..9184ca58fdfe15393e9d6ccba9d32051ec3940eb 100644
--- a/src/sbbs3/ctrl/ServicesFormUnit.dfm
+++ b/src/sbbs3/ctrl/ServicesFormUnit.dfm
@@ -9,8 +9,8 @@ object ServicesForm: TServicesForm
   DragKind = dkDock
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   OnHide = FormHide
@@ -131,7 +131,7 @@ object ServicesForm: TServicesForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False
diff --git a/src/sbbs3/ctrl/SoundCfgDlgUnit.dfm b/src/sbbs3/ctrl/SoundCfgDlgUnit.dfm
index 5f0e0a23460867dde479ec478dface7f3ce5862a..8d362c36b4503483f0f026a144f3e0b263ba3bf3 100644
--- a/src/sbbs3/ctrl/SoundCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/SoundCfgDlgUnit.dfm
@@ -6,7 +6,11 @@ object SoundCfgDlg: TSoundCfgDlg
   ClientHeight = 186
   ClientWidth = 313
   Color = clBtnFace
-  ParentFont = True
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = True
   Position = poScreenCenter
   OnShow = FormShow
diff --git a/src/sbbs3/ctrl/SpyFormUnit.dfm b/src/sbbs3/ctrl/SpyFormUnit.dfm
index 3f0a7b282f56731e5e793a5f76493890ff67e9f3..49289af956d2b571da0fe16e8898392bbc621044 100644
--- a/src/sbbs3/ctrl/SpyFormUnit.dfm
+++ b/src/sbbs3/ctrl/SpyFormUnit.dfm
@@ -10,7 +10,7 @@ object SpyForm: TSpyForm
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   FormStyle = fsStayOnTop
   Icon.Data = {
diff --git a/src/sbbs3/ctrl/StatsFormUnit.dfm b/src/sbbs3/ctrl/StatsFormUnit.dfm
index 03df5f7510697aab0038c4d87f9136fda481b785..d4646c91c88880cc5d5caa1efd309ae06992b8e5 100644
--- a/src/sbbs3/ctrl/StatsFormUnit.dfm
+++ b/src/sbbs3/ctrl/StatsFormUnit.dfm
@@ -12,8 +12,8 @@ object StatsForm: TStatsForm
   DragMode = dmAutomatic
   Font.Charset = ANSI_CHARSET
   Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   OnHide = FormHide
@@ -26,13 +26,7 @@ object StatsForm: TStatsForm
     Height = 143
     Caption = 'Today'
     Color = clBtnFace
-    Font.Charset = ANSI_CHARSET
-    Font.Color = clWindowText
-    Font.Height = -12
-    Font.Name = 'MS Sans Serif'
-    Font.Style = []
     ParentColor = False
-    ParentFont = False
     TabOrder = 0
     object LogonsTodayLabel: TLabel
       Left = 7
diff --git a/src/sbbs3/ctrl/StatsLogFormUnit.dfm b/src/sbbs3/ctrl/StatsLogFormUnit.dfm
index b2f8f86a4b5b5d5693cc0cacd0bfbb8983a54261..72e27b6694d1844fd27a4cff2c5d3bf8b226b6d2 100644
--- a/src/sbbs3/ctrl/StatsLogFormUnit.dfm
+++ b/src/sbbs3/ctrl/StatsLogFormUnit.dfm
@@ -8,7 +8,7 @@ object StatsLogForm: TStatsLogForm
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   Icon.Data = {
     0000010001002020100000000000E80200001600000028000000200000004000
@@ -38,7 +38,7 @@ object StatsLogForm: TStatsLogForm
   OldCreateOrder = False
   Position = poScreenCenter
   OnShow = FormShow
-  PixelsPerInch = 120
+  PixelsPerInch = 96
   TextHeight = 16
   object Log: TMemo
     Left = 0
diff --git a/src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm b/src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
index 5ce1c7b63385ef224183fcafbf92ea86deaba4f3..97c0e35e91080f2cde7ad8b6ebeba28f75fae102 100644
--- a/src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
@@ -6,7 +6,11 @@ object TelnetCfgDlg: TTelnetCfgDlg
   ClientHeight = 234
   ClientWidth = 286
   Color = clBtnFace
-  ParentFont = True
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
+  Font.Style = []
   OldCreateOrder = True
   Position = poScreenCenter
   OnShow = FormShow
diff --git a/src/sbbs3/ctrl/TelnetFormUnit.dfm b/src/sbbs3/ctrl/TelnetFormUnit.dfm
index b83bfc224dda13e6b42e341fc2ae94a4be45f4c4..9a1d2a1aeb531139e09ff17e8bb7b060a1a308ae 100644
--- a/src/sbbs3/ctrl/TelnetFormUnit.dfm
+++ b/src/sbbs3/ctrl/TelnetFormUnit.dfm
@@ -11,8 +11,8 @@ object TelnetForm: TTelnetForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poDefault
@@ -156,7 +156,7 @@ object TelnetForm: TTelnetForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False
diff --git a/src/sbbs3/ctrl/TextFileEditUnit.dfm b/src/sbbs3/ctrl/TextFileEditUnit.dfm
index d0379dd9e72c2e44019401c3e68de6b130b2cf34..47526d09fabacd926d428c6d48c75468b2679976 100644
--- a/src/sbbs3/ctrl/TextFileEditUnit.dfm
+++ b/src/sbbs3/ctrl/TextFileEditUnit.dfm
@@ -8,7 +8,7 @@ object TextFileEditForm: TTextFileEditForm
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
-  Font.Name = 'MS Sans Serif'
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   Icon.Data = {
     0000010001002020100000000000E80200001600000028000000200000004000
@@ -39,7 +39,7 @@ object TextFileEditForm: TTextFileEditForm
   OldCreateOrder = False
   Position = poDefaultPosOnly
   OnShow = FormShow
-  PixelsPerInch = 120
+  PixelsPerInch = 96
   TextHeight = 16
   object Panel: TPanel
     Left = 0
@@ -106,7 +106,7 @@ object TextFileEditForm: TTextFileEditForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -15
-    Font.Name = 'Courier'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideSelection = False
     ParentFont = False
@@ -269,7 +269,7 @@ object TextFileEditForm: TTextFileEditForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -13
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     MinFontSize = 0
     MaxFontSize = 0
diff --git a/src/sbbs3/ctrl/UserListFormUnit.dfm b/src/sbbs3/ctrl/UserListFormUnit.dfm
index 8de55e856971cefdf2fdc7271e156698c40b7bbf..f50a515d8b7d0642d62c4d1d7a7253098beaf291 100644
--- a/src/sbbs3/ctrl/UserListFormUnit.dfm
+++ b/src/sbbs3/ctrl/UserListFormUnit.dfm
@@ -6,11 +6,6 @@ object UserListForm: TUserListForm
   BorderIcons = [biSystemMenu, biMaximize]
   Caption = 'Synchronet User List'
   Color = clBtnFace
-  Font.Charset = DEFAULT_CHARSET
-  Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
-  Font.Style = []
   FormStyle = fsStayOnTop
   OldCreateOrder = False
   Position = poDefault
diff --git a/src/sbbs3/ctrl/UserMsgFormUnit.dfm b/src/sbbs3/ctrl/UserMsgFormUnit.dfm
index da2f40ee596ffd5a8583f282f45f055e2186c0ee..44eead0ac2a275c35054463fce7576f64545652e 100644
--- a/src/sbbs3/ctrl/UserMsgFormUnit.dfm
+++ b/src/sbbs3/ctrl/UserMsgFormUnit.dfm
@@ -7,8 +7,8 @@ object UserMsgForm: TUserMsgForm
   Color = clBtnFace
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   Icon.Data = {
     0000010001002020100000000000E80200001600000028000000200000004000
diff --git a/src/sbbs3/ctrl/WebCfgDlgUnit.dfm b/src/sbbs3/ctrl/WebCfgDlgUnit.dfm
index 2bc266163c949f6cfa69892f969121e181eec6ee..12c085d505eabea3540c1766df3ea8a5a0cc8279 100644
--- a/src/sbbs3/ctrl/WebCfgDlgUnit.dfm
+++ b/src/sbbs3/ctrl/WebCfgDlgUnit.dfm
@@ -8,8 +8,8 @@ object WebCfgDlg: TWebCfgDlg
   Color = clBtnFace
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -10
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   Position = poScreenCenter
diff --git a/src/sbbs3/ctrl/WebFormUnit.dfm b/src/sbbs3/ctrl/WebFormUnit.dfm
index 86bc8234fab0c622cea67e27441d6f8f9c3f2282..bddadc57b693f403b0f955536fca9aba7d611c5c 100644
--- a/src/sbbs3/ctrl/WebFormUnit.dfm
+++ b/src/sbbs3/ctrl/WebFormUnit.dfm
@@ -9,8 +9,8 @@ object WebForm: TWebForm
   DragMode = dmAutomatic
   Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
-  Font.Height = -11
-  Font.Name = 'MS Sans Serif'
+  Font.Height = -12
+  Font.Name = 'Microsoft Sans Serif'
   Font.Style = []
   OldCreateOrder = False
   PixelsPerInch = 96
@@ -152,7 +152,7 @@ object WebForm: TWebForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWhite
     Font.Height = -12
-    Font.Name = 'MS Sans Serif'
+    Font.Name = 'Microsoft Sans Serif'
     Font.Style = []
     HideScrollBars = False
     ParentFont = False