از بسته caption باید استفاده کنین.
دستور زیر را هم بعد فراخوانی بسته فوق بذارین.
\captionsetup{labelfont=small}
این هم نمونه فایل:
\documentclass{article}
\usepackage{caption}
\captionsetup{labelfont=small}
\begin{document}
\begin{figure}[!ht]
\centering
\caption{}
\end{figure}
\end{document}