cocoa & win32: Courier New as 'modern font

This commit is contained in:
Matthew Flatt 2010-10-24 09:32:28 -06:00
parent 2cebc60eca
commit 6a897ba36c

View File

@ -48,7 +48,9 @@
(define/private (default-font s)
(case s
[(modern) "Monospace"]
[(modern) (case (system-type)
[(windows macosx) "Courier New"]
[else "Monospace"])]
[(roman) (case (system-type)
[(windows) "Times New Roman"]
[(macosx) "Times"]