liantze/AltaCV

How do I control the font sizes?

subhaminion opened this issue · 3 comments

How do I control the font sizes?

I think you can check on mmayer.tex, lines from 54 to 57, there are mentions of font sizes.

altacv.cls uses extarticle. If you just want to make all the text in the document larger, change 10pt in the \documentclass options to a suitable size supported by extarticle: The sizes available are 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, and 20pt. See also https://texdoc.org/pkg/extsizes, section 3.

If you want to change the font size of specific elements, look for the line % Change some fonts, if necessary in mmayer.tex or sample.tex, and edit the lines as necessary.