/tcb/fontupper=htexti (no default, initially empty)
Sets htexti before the content of the upper part (e. g. font settings).
\begin{tcolorbox}[fontupper=Hello!~\sffamily]
This is a \textbf{tcolorbox}.
\end{tcolorbox}
Hello! This is a tcolorbox.
/tcb/fontlower=htexti (no default, initially empty)
Sets htexti before the content of the lower part (e. g. font settings).
\begin{tcolorbox}[fontlower=\sffamily\bfseries]
This is a \textbf{tcolorbox}.
\tcblower
This is the lower part.
\end{tcolorbox}
This is a tcolorbox.
This is the lower part.
/tcb/fonttitle=htexti (no default, initially empty)
Sets htexti before the content of the title text (e. g. font settings).
\begin{tcolorbox}[fonttitle=\sffamily\bfseries\large,title=Hello]
This is a \textbf{tcolorbox}.
\end{tcolorbox}
Hello
This is a tcolorbox.