]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/make-font-dir.py
(grob-cause): don't add cwd if path starts
[lilypond.git] / buildscripts / make-font-dir.py
index 3b2a33c1c010adbbb600664074040d4de5b19491..21da1906ead0bb2356e92f37b97e710b45d425c2 100644 (file)
@@ -51,11 +51,11 @@ def read_afm_file (filename):
 
 class Font_info:
        cm = {
-               'ss' : ('regular', 'sans'),
                'bx': ('bold', 'roman'),
                'bxti' : ('bold', 'italic'),
                'csc' : ('smallcaps', 'roman'),
                'r' : ('regular', 'roman'),
+               'ss' : ('regular', 'sansserif'),
                'tt' : ('regular', 'typewriter'),
                'ti' : ('regular', 'italic'),
                }