]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/font.scm
Add sans-serif and monospace fonts
[lilypond.git] / scm / font.scm
index 11c97193e3a998b0646a87acc1ea2e9d88bef925..0582a492a1e18dec33db1c2533e3133b3f16740f 100644 (file)
@@ -253,8 +253,8 @@ used.  This is used to select the proper design size for the text fonts.
   (music "emmentaler")
   (brace "emmentaler")
   (roman "Century Schoolbook L")
-  (sans "sans-serif")
-  (typewriter "monospace")
+  (sans "Nimbus Sans L")
+  (typewriter "Nimbus Mono L")
   (factor 1))
   (let ((n (make-font-tree-node 'font-encoding 'fetaMusic)))
     (add-music-fonts n 'feta music brace feta-design-size-mapping factor)
@@ -274,8 +274,8 @@ used.  This is used to select the proper design size for the text fonts.
 (define-public (make-century-schoolbook-tree factor)
   (make-pango-font-tree
    "Century Schoolbook L"
-   "sans-serif"
-   "monospace"
+   "Nimbus Sans L"
+   "Nimbus Mono L"
    factor))
 
 (define-public all-text-font-encodings