I want to be able to set the default font in the TeXworks editor to Courier Bold 12pt.
I currently have the typeface set to Courier and the fontsize set to 12pt by changing some settings in the menu Edit->Preferences...->Editor, however there doesn't seem to be any options available to setting the default font to bold. This renders the text too thin to be easily read on my monitor.
I already know that the font can be temporarily boldened at Format->Fonts... but this means I have to enter this menu each time I open a document.


MS Shell Dlg 2,14,-1,5,50,0,0,0,0,0. Surely someone on the mailing list would know. – Mark Apr 11 '17 at 03:07font family (for example "Courier New") point size (default = 10) pixel size (-1 = default) style hint (what to do if requested family can't be found; 5 = AnyStyle = default) weight (50 = normal, 25 = light, 63 = semibold, 75 = bold, 87 = black) italic (0 = no) underline (0 = no) strikeout (0 = no) fixedPitch (1 = yes) raw (0 = no)`
– peter Apr 14 '21 at 22:51[HKEY_CURRENT_USER\Software\MiKTeX.org\MiKTeX\2.9\TeXworks] "font"="Courier New,12,-1,5,75,0,0,0,0,0"`.
– peter Apr 14 '21 at 23:00