0

Normally I often use the sign -- to display a long minus sign in my text. However, after using the fontspec package and setting my main font to "HelveticaNeue" the long minus sign isn't displayed anymore, but the two minus signs theirselves. Is there any possibility to change that behavior? Thanks for any hint.

\documentclass[11pt,titlepage,a4paper]{article}
\usepackage{fontspec}
\setsansfont[Scale=0.9]{HelveticaNeue}
\renewcommand\familydefault{\sfdefault}
\begin{document}
This is some text -- this is some other text. %not showing endash
\end{document}

0 Answers0