$\mathbf{0,00042}$ A renders to
I think the comma could be a bit more bold. What do I wrong here?
Im using Arial as main font here:
5 \setmainfont{Arial}
6
7 \usepackage[ngerman]{babel}
8
9 \usepackage{amsmath}
10 \usepackage{unicode-math}
11 \setmathfont{GFSNeohellenicMath.otf}
12 \setmathfont[range=up]{Arial}
13 \setmathfont[range=it]{Arial Italic}
14 \setmathfont[range=bfup]{Arial Bold}
15 \setmathfont[range=bfit]{Arial Bold Italic}
16 \setmathfont[range=tt]{Andale Mono}


0{,}01in order to remove the unwanted space after the comma. There are also packages for that, e. g.icomma. Update: I now see that this is already addressed in Davislor's answer :). – Dr. Manuel Kuehner Apr 09 '21 at 02:16