styles/mswindows95.common
changeset 5524 ef99258f8d05
parent 5452 175bf2a1ee9f
child 6052 0b9c2f8f794c
--- a/styles/mswindows95.common	Fri Nov 13 19:35:34 2009 +0100
+++ b/styles/mswindows95.common	Sun Nov 15 19:31:41 2009 +0100
@@ -1,5 +1,5 @@
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.common,v 1.13 2009-11-03 09:04:04 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.common,v 1.14 2009-11-15 18:31:41 stefan Exp $
 ;
 
 is3D                            true
@@ -26,8 +26,9 @@
 menu.font         ((Screen current getSystemParametersInfo:#SPI_GETNONCLIENTMETRICS) at:#menuFont) onDevice:Screen current
 activeHelp.font   ((Screen current getSystemParametersInfo:#SPI_GETNONCLIENTMETRICS) at:#statusFont) onDevice:Screen current
 #else
-textFont          Font family:'courier' face:'medium' style:'roman' size:10
-font              Font family:'helvetica' face:'medium' style:'roman' size:10
+# try scaled fonts first, if they are not available, they will be replaced
+textFont          Font family:'courier new' face:'medium' style:'roman' size:10
+font              Font family:'arial' face:'medium' style:'roman' size:10
 menu.font         =font
 activeHelp.font   =font
 #endif