posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

How to make the name smaller? #127

Open bjm222 opened 7 years ago

bjm222 commented 7 years ago

Can I kindly know how to make the name smaller? An how to make the title of each subsection smaller?

johannesbottcher commented 7 years ago

\renewcommand*{\headerfirstnamestyle}[1]{{\fontsize{32pt}{1em}\headerfontlight\color{graytext} #1}}

Change the 32pt to whatever you find pleasing. Similar for the last name.

\makeatletter
\renewcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}` 
\makeatother

Change the 16pt to whatever you find pleasing.