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.
Best Answer
Include the arrow library needed for the type of arrows you want to use, like
and change the type of the tips using
(Replace the dots by the name of the tip.) For a list of available tips see the TikZ manual.