The font I am using for titles in my document (Duvall) is missing the glyph for apostrophe.
I tried to work around this by defining a macro to use a superscript comma for the few occasions where I need an apostrophe in a title:
\newcommand{\apost}{\raisebox{1ex}{,}}
\section{Murphy\apost s Law}
This works fine for the display of the title, but in the ToC (which uses a different font) it displays as "Murphy,s Law".
Is there a way to redefine the apostrophe glyph for the Duvall font only?
'
U+0027\section[Murphy's Law]{Murphy\apost s Law}