Am 21.05.2011 um 22:03 schrieb Otso Helenius:
Sorry, I was in error while referring to the font sizes. The actual "limit" below which typescripted fonts stop working is 12pt and it is not tied to the \setupbodyfont setting. Any font output with 12pt or less will be formatted as Latin Modern. i.e.
\switchtotypeface[Pompadour][ss,12pt] 01234567890
shows as Latin Modern whereas
\switchtotypeface[Pompadour][ss,12.1pt] 01234567890
shows as Pompadour. 12pt is the default document font size so I can only guess there is some kind of a conflict. I'm using ConTeXt ver: 2011.05.18 22:26 MKIV
Why do you insist on \switchtotypeface when \switchtobodyfont works? Here is a example which works on my machine (requires commercial fonts: \starttext \input ward\par \switchtobodyfont[calluna,8pt] \input ward\par \switchtobodyfont[cambria,10pt] \input ward\par \stoptext Wolfgang