Hi, In the past, it was possible to use the text font for math functions using \setupmathematics[style=normal] https://mailman.ntg.nl/pipermail/ntg-context/2015/082212.html However, that does not work now. Here is a minimal example: \usetypescriptfile[euler] \definetypeface[mainfont][rm][serif][pagella][default] \definetypeface[mainfont][mm][math] [pagellaovereuler][default] \definetypeface[mainfont][tt][mono] [dejavu][default] [rscale=0.8, features=none] \setupbodyfont[mainfont] \setupmathematics[lcgreek=normal, ucgreek=normal, default=normal] \setupmathematics[functionstyle=normal] \starttext $sin$ vs $\sin$ \stoptext Notice that $\sin$ prints $normalsin$. If I change to `function=\tf`, even then $\sin$ uses mathrm font rather than textrm font. How do I get textrm for math functions? Thanks, Aditya