You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use a real space char with the inconsolata font Inconsolata-VariableFont_wdth,wght.ttf downloaded from https://fonts.google.com/specimen/Inconsolata Adobe reports an error:
\documentclass{article}
\tracinglostchars=3 %no error
\begin{document}
\font\test=name:Inconsolata:mode=node;script=latn;language=dflt;+tlig;\test
x\char"20 x
\end{document}