Hi all, I want to typeset some texts with palatino fonts. Of course, all elements of the text on the page including pagenumbers, equationnumbers, footnotes and so on should be typesetted with Palatino. With the following testfile I get only the maintext and the equations with the right fonts. The other elements are typesetted with cmr-fonts. What Do I wrong? With many thanks for any hint Albrecht \setupoutput[pdftex] \setupfontsynonym [Serif] [handling=punctuation] \setupfontsynonym [Sans] [handling=punctuation] \setupfontsynonym [Mono] [handling=punctuation] \usetypescript [berry] [ec] \definetypeface [postscript] [rm] [serif] [palatino] [default] \definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=.9] \definetypeface [postscript] [tt] [mono] [courier][default][rscale=.9] \definetypeface [postscript] [mm] [math] [palatino] [default] [encoding=ec] \switchtotypeface [postscript] [11pt] \setupalign [hanging] \starttext \input tufte {\sc Tufte}\footnote{abcdefgh {\sc Tufte}} \placeformula $$E=mc^2$$ \placeformula $$\Delta E=\Delta mc^2$$ \ss \input tufte \tt \input tufte \stoptext