[Tex/LaTex] Make bold header in moderncv

boldheader-footermoderncv

I'm getting some problems to modify moderncv to get the header bold. I would like to get bold address, phone number and email. Can you please tell me how can I do?

Best Answer

If you open the moderncv theme files you will see how fonts are defined. For example, in classic theme (in moderncvclassicstyle.sty), you can find the following:

% fonts
\renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
\renewcommand*{\titlefont}{\LARGE\mdseries\slshape}
\renewcommand*{\addressfont}{\small\mdseries\slshape}
\renewcommand*{\quotefont}{\large\slshape}
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
\renewcommand*{\hintfont}{}

Hence you can add the customized versions by providing similar commands in your preamble.