How can I change the size of text for figure captions?
Currently my code looks like,
\begin{figure}[H]
\centering
\includegraphics[scale=1]{Image.png}
\caption{Caption}
\end{figure}
This makes the Caption in the same size and font as the bulk text of my document. Ideally I would like it to be smaller.

captionpackage. – Pier Paolo Mar 24 '15 at 10:39