]> gitweb.factorcode.org Git - factor.git/commitdiff
core-text.fonts: change to "LucidaGrande" to match Postscript name.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Apr 2014 19:10:13 +0000 (12:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Apr 2014 19:10:13 +0000 (12:10 -0700)
basis/core-text/fonts/fonts.factor

index 43a527de0be568f5a14d64341340aac4109e262f..0ebc40f523cf54b259fca71e2a6d383ae7ac2e0c 100644 (file)
@@ -78,7 +78,7 @@ FUNCTION: CGFloat CTFontGetXHeight ( CTFontRef font ) ;
 CONSTANT: font-names
     H{
         { "monospace" "Monaco" }
-        { "sans-serif" "Lucida Grande" }
+        { "sans-serif" "LucidaGrande" }
         { "serif" "Times" }
     }