I have the following LaTeX code:
\tikzcdset{every label/.append style={font=\normalfont\scriptsize}}
$$
\begin{tikzcd}
G\arrow[r, "\alpha"] \arrow[d, "{onto}"] & G'\
G/N\arrow[r, "\cong"] & I \arrow[u, "{inj.}"']\
\end{tikzcd}.
$$
This gives me this:
All I want to do is make the labels "onto" and "inj." in text font, not math font. That is, I want the tags not italicized.



\text{onto}– Sigur Nov 12 '21 at 22:01