I changed the font of my document to Kurier. Works fine, including the math-option. Only problem seems to be the upright mu. \micro seems to be mapped to the wrong character? I included a MWE below:
\documentclass[11pt]{article}%
%\usepackage[utf8]{inputenc}%set input encoding
\usepackage[T1]{fontenc}
\usepackage[math]{kurier}
\usepackage{amsmath}
\usepackage{siunitx}
\begin{document}
\section{How to conjure an upright ``mu'' in kurier?}
Mu in math? $A_{405}=\dfrac{v^6}{4\mu+7\sqrt{x-5}}$
\hspace{1cm}
Mu as in \textit{micro}? \SI{823}{\micro\litre}
\end{document}
Any hints would be greatly appreciated. Thank you in advance!
\mu
to be upright? Or if you want to change this instance, you can use\upmu
from theupgreek
package. // I am also confused with the question in your title. I compiled and I can see\micro
works correct.siunitx
package -- to use an upright (and, if possible, serif) version of themu
glyph for the *unit prefix "micro". I suppose this convention is in place precisely to avoid any confusion should a document also contain "mu" as a variable in mathematics.