Hello all, I am trying to set the fontsize in a tikz image and that is failing. Strangely at the \node line with : ! Undefined control sequence. As the MWE stands now, it will fail. The now commented line works. main context file: /usr/local/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv current version: 2019.08.24 22:42 The fontsize statement work in kTikz. What to do? Are there other ways to change font size in the Context TikZ? Thanks for any input! Martin \usemodule[tikz] \starttext \starttikzpicture \tikzstyle{label}=[minimum size=30mm,line width=2mm,draw=blue!50,align=center,font=\fontsize{60}{60}\selectfont] %\tikzstyle{label}=[minimum size=30mm,line width=2mm,draw=blue!50,align=center] \node[label] at (1,1) {88} ; \stoptikzpicture \stoptext