Hmm, well I seem to have figured something out: the line \switchtobodyfont[jenson,12pt] used to work. When replaced with \switchtotypeface[jenson][12pt] it now once again does the trick. dw David Wooten wrote:
Greetings all,
In the last week or so I started having a problem with fonts: what once worked stopped doing so, giving me the default font rather than my chosen fonts. I finally figured out that it is only certain sizes that are not working. For example, with:
\usetypescriptfile[jensonpro] \usetypescript[jenson] \switchtobodyfont[jenson,11pt]
\starttext
Testing.
\stoptext
...bodyfont", naturally ;)
"\switchtododyfont" sizes 8pt, 10pt, 11pt, 13pt all still work, while 9pt and 12pt no longer do so...
I recently updated ConTeXt and it remains the same. No change was made to my typescript files, and indeed in \definebodyfont those sizes are definitely listed:
\starttypescript [serif] [Opticals] [size] \definebodyfont [13pt,12pt,11pt,10pt,9pt,8pt][rm] ... \stoptypescript