Consider the code
\documentclass[12pt]{book}
\usepackage[sfdefault]{cabin}
\begin{document}
\thispagestyle{empty}
\noindent How to slightly increase the spacing between a letter and Cabin's apostrophe?
\end{document}
which produces
QUESTION: I would like to ever-so-slightly increase the space between (in the case of this MWE) the letter n and the apostrophe. It seems to me, when using the Cabin font, that spacing is relatively small. How may I do this for all such words where an apostrophe immediately follows a letter?
I am compiling with pdflatex.
Thank you.


xelatex, It would not work forpdflatex. There's at least one other post I'm aware of with a similarxelatexsolution, as well. – DDS Jan 15 '23 at 01:43