[Tex/LaTex] How to change title font size in moderncv

fontsizemoderncvtitles

How can I change the title font size (First name, Family Name) in a resume written using moderncv package?

Best Answer

It is controlled by \namefont, so you just need to redefine that. As an example, the standard definition for the casual style is:

\renewcommand*{\namefont}{\fontsize{38}{40}\mdseries\upshape}

Similarly, the following macros control the fonts of other elements (the macro names should speak for themselves): \titlefont, \addressfont, \quotefont, \sectionfont, \subsectionfont, \hintfont and \pagenumberfont.