Dear list,
Rare cases only but I thought it’d worth reporting this difference I could not understand.
Could reproduce this problem with a simple MWE below. Kerning between ‘v’ and dot is doubled if \feature macro is used.
Thanks
\definefontfeature[xvicentury][mode=node]
\definefontfeature[default][default][kern=yes]
\definefontfamily[mainfont][serif][EBGaramond]
\setupbodyfont[mainfont, 9pt]
\showfontkerns
\starttext
Chapitre {\feature[-][xvicentury]v}. % double kerning between v and . compared to below line.
Chapitre v.
\stoptext