X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ffont.scm;h=0582a492a1e18dec33db1c2533e3133b3f16740f;hb=af1b0da3853670ee559e148cea70535d5f6ac716;hp=11c97193e3a998b0646a87acc1ea2e9d88bef925;hpb=9d84914cf1ffd71cca938952968e1be3d36944bf;p=lilypond.git diff --git a/scm/font.scm b/scm/font.scm index 11c97193e3..0582a492a1 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -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