The following code fails to produce greek in the footnote. \usemodule[ancientgreek] [font=GreekOldStandard,scale=1.00,altfont=GreekLibertine,scale=0.95] \def\grk{\localgreek} \setupnote[footnote][way=bypage,conversion=numbers] \setupnote[footnote][location=page, rule=on, bodyfont=9.5pt, style=normal ] \starttext \grk{ἄλφα} lorem ipsum\footnote{lorem ipsm dolor \grk{βῆτα}} \stoptext The problem seems to be “bodyfont=9.5pt”. If this line is commented out, the greek appears as it should. Is this a bug or is there another way to set the fontsize in footnotes to 9.5 pts? Alan