Redefine Paragraph Style for Medium Weight | Generated by AI

Home 2025.08

To change the whole cvparagraph environment to use \mdseries instead of \bodyfontlight, you need to redefine the \paragraphstyle command. Add this to your preamble after loading the awesome-cv class:

\renewcommand*{\paragraphstyle}{\fontsize{11pt}{1em}\mdseries\upshape\color{text}}

This will change the paragraph style from:

to:

This way, your entire cvparagraph environment will use the medium weight font series like the \descriptionstyle does.


Back Donate