\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{description}[style=nextline]
\item[Label 1] {\sffamily\LARGE item text 1}
\item[Label2] Item text 2
\end{description}
\end{document}
My issue is that I would like \LARGE to change the size of the item text but not the label. I know I can control the label with font=<commands>. Is there a smart way to control the item text?
