]> gitweb.factorcode.org Git - factor.git/commitdiff
core-text.fonts: switch monospace to Menlo.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 18:57:57 +0000 (11:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 18:57:57 +0000 (11:57 -0700)
Monaco only has a Regular weight, but Menlo has Regular, Bold, Italic,
and Bold-Italic. This should improve the Listener experience on MacOS.

basis/core-text/fonts/fonts.factor

index b98e58944b13e5ca55297fb46af8b1c0c8384da9..c41fd7e37495e4c6cb0cab4008e33fbd7dc99292 100644 (file)
@@ -77,7 +77,7 @@ FUNCTION: CGFloat CTFontGetXHeight ( CTFontRef font )
 
 CONSTANT: font-names
     H{
-        { "monospace" "Monaco" }
+        { "monospace" "Menlo" }
         { "sans-serif" "LucidaGrande" }
         { "serif" "Times" }
     }