[Tex/LaTex] LaTex CV – Deedy Resume: How to change the font size of section titles

cvxetex

I'm working on modifying the Deedy CV template (link here). I would like to change the size of the section titles. Does anyone know how I can do that?

enter image description here

Best Answer

See line 63 of deedy-resume-openfont.cls

\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{16pt}{24pt}\selectfont \raggedright\uppercase}{}{0em}{}

Change it to something like

\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{18pt}{27pt}\selectfont \raggedright\uppercase}{}{0em}{}

and you should be fine