I'm using biblatex to manage my citation in a natbib style :
\usepackage[style=alphabetic,maxnames=6,natbib=true]{biblatex}
However when I use the \citet command, the author's name is in a \textsc font, I would like to change this behavior so that the font used is the default one, but I could not find how to do this in biblatex's documentation.