First, some small changes to your example. Remove the enableregime directive; ConTeXt MKIV, which you appear to be using, does not use this. It is from ConTeXt MKII. Next, modify the definefontfeature and definefontfamily commands as shown. (The default features for the font are in the file type-imp-ebgaramond.mkiv.) That should be it to get started.Hello all,
Wondered if you could figure out what I did wrong with specifying the font.Asked question on TexExchange.org already, with samples.
I use texlive 2015 on Windows 8.1
Many thanks,
Best regards
Joseph Canedo
\language[fr] % french hyphenation
\definefontfeature[myfeatures][ss02=yes,cv01=yes,cv03=yes,ss05=yes,cv91=yes]
\definefontfamily[mainfont][serif][EBGaramond][features={default,myfeatures}]
\setupbodyfont[mainfont, 8pt]
\starttext
session
univers
Que
Quelconque
Joseph
¶
\stoptext
With a more recent standalone version, you will get:
If you are setting older texts, you may also want to take advantage of ConTeXt’s ability to automatically provide space before large punctuation characters using the definecharacterspacing command.