cocoa & win32: Courier New as 'modern font
This commit is contained in:
parent
2cebc60eca
commit
6a897ba36c
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user