Hi, whats wrong with this code? "Times New Roman.ttf" states to be an otf font. But the "\sc" gives no Times New Roman: \definefontfeature[default][default] [mode=node,script=latn,smcp=yes] \definefontfeature[smcp][mode=node,smcp=yes] \unexpanded\def\sc{\addfs{smcp}} \starttypescript [serif] [TimesNewRomanPSMT] [name] \setups[font:fallback:sans] \definefontsynonym [Serif] [file:Times New Roman.ttf] [features=default] \definefontsynonym [SerifBold] [file:Times New Roman Bold.ttf] [features=default] \definefontsynonym [SerifItalic] [file:Times New Roman Italic.ttf] [features=default] \definefontsynonym [SerifBoldItalic][file:Times New Roman Bold Italic.ttf][features=default] \stoptypescript \starttypescript[TheTimes] \definetypeface [TheTimes] [rm] [serif] [TimesNewRomanPSMT] [default] \stoptypescript \usetypescript[TheTimes] \setupbodyfont[TheTimes, 10pt]\setupinterlinespace[line=12pt] \starttext \sc{Name} \stoptext ------- Steffen