Mismatched font size when switching fonts in the chapter title
   \setupbodyfont[12pt]
   \definefontsynonym[PalatinoRoman][name:palatinolinotyperoman][features=default]
   \definefont[AnotherFont][PalatinoRoman sa 1]
   \starttext
   \chapter{On \AnotherFont Fonts}
   General readers
   \stoptext
It seems that if switching to another font in the chapter title, the size of these two typefaces is mismatched.
 
This will produce the mismatched font size("On" and "Font"), how to deal with this problem?
 
Tim Li