Is there any way to change the size of the arrow tip in tikz-cd? I have seen ways to change arrow tip size in tikz, but I haven't figured out how to apply it in tikz-cd.
Something I found when looking for something else is the following:
\usetikzlibrary{arrows.meta}
\tikzcdset{every label/.append style = {font = \normalsize}}
This did successfully change the label font size. I feel like there might be a way to use this, but I'm not sure what the syntax would be for arrow tips.

\arrow[scale=3]– Dr. Manuel Kuehner Apr 01 '17 at 19:16tikz-cd. – Jacob Bond Apr 01 '17 at 19:26