View Single Post
Old 12-12-2019, 08:36 AM   #13
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by dmapr View Post
How does one go about changing the default monospace font to something other than Courier? Should I just model it after the existing serif/sans/symbol font patches?
Yes, if you don't want to use Courier you should be able to use the new Find: strings from fw 4.19 and your old working custom Replace: strings from 4.18. e.g.
Code:
  - FindReplaceString: {Find: "/normal/Courier", Replace: "/normal/Dark"}
  - FindReplaceString: {Find: "/bold/Courier", Replace: "/bold/Dark"}
  - FindReplaceString: {Find: "/italic/Courier", Replace: "/italic/Dark"}
  - FindReplaceString: {Find: "/bolditalic/Courier", Replace: "/bolditalic/Dark"}
If there are a lot of people voicing concern about the removal of the monospace patch then we can consider putting it back in.
jackie_w is offline   Reply With Quote