Yes, I know Verdana is not the best choice, but it is mandatory for me.

This my preamble:
Code: Select all
\usepackage{mathspec}
\defaultfontfeatures{Mapping=text-text}
\setsansfont{Verdana}
\renewcommand*{\familydefault}{\sfdefault}
\setmathfont(Greek){Verdana}
Code: Select all
\begin{equation}
\sigma_r=\sigma_xcos^2\theta+\sigma_ysin^2\theta+2\tau_{xy}cos\theta sin\theta
\end{equation}
I am having to many formulas to type so switching between math mode and text mode is unacceptable.
Switching to a font that looks similar to Verdana might be an option.
Thank for your help.