Yes, the first style is used as default when you enable the typeface.10. Februar 2016 um 13:06Dear list,
I have the following code:
\definefontfamily[mainface][ss][TeX Gyre Heros]
\definefontfamily[mainface][rm][TeX Gyre Termes]
\setupbodyfont[mainface]
\starttext
\startTEXpage[offset=1em]
this is a simple sentence
\ss this is a simple sentence
\stopTEXpage
Using latest beta (2016.02.08 15:35), if sans is defined before serif,
the default family is sans (no serif used). It only works as intended if
serif is defined before sans.
Is this the intended behavior?