I have a small problem, which is driving me crazy! If i put a figure on a page or section, on that page/section the font style changes to like bold, but it can still be made bolder.

I'm using this to insert the image:
Code: Select all
\begin{figure}[h]
\begin{center}
\includegraphics[scale=1.0]{xy.png}\\
\caption{xy}
\label{img:xy}
\end{center}
\end{figure}