Quote:
Originally Posted by dmapr
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.