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

Not able to change font size and font family #311

Closed RadheTians closed 2 years ago

RadheTians commented 4 years ago

I'm trying to change font size and font family but I'm not able to change this.

sinia commented 4 years ago

Can confirm this issue. For example changing 11pt to 20pt in the code below does not result in larger font size. \documentclass[11pt, a4paper]{awesome-cv}

RadheTians commented 4 years ago

Hi, @sinia thank you for your response and sorry for the late reply, Yes I tried by your idea but it didn't work.

tszabo-ro commented 4 years ago

The reason why what @sinia mentioned won't work is that all the font sizes are defined in the .cls file for all parts of the text. You can change the font size for the specific regions of your document in the class file. Under the "Configuration for styles" heading you will find a bunch of definitions like: \newcommand*{\letteropeningstyle}[1]{{\fontsize{10pt}{1em}\bodyfontlight\bfseries\color{black} #1}} You'll have to edit the font size in these blocks.

OJFord commented 2 years ago

A PR to make these configurable would be good, but otherwise closing as an answered question.