Open flowyfulwolf opened 2 years ago
I'm having problems changing the font size in the document, I tried using a new copy of the overleaf template (https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw) and then adjusted it according to the example in the readme:
\documentclass[localFont,alternative,10pt]{yaac-another-awesome-cv}
but nothing changes, also I get a new warning -> Unused global option(s): - ./cv.tex
any ideas? Thx.
I had the same problem. I just added \fontsize{12pt}{18pt}\selectfont after \begin{document} . I'm sure it's not the solution the creator intended, but it works for me.
I'm having problems changing the font size in the document, I tried using a new copy of the overleaf template (https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw) and then adjusted it according to the example in the readme:
\documentclass[localFont,alternative,10pt]{yaac-another-awesome-cv}
but nothing changes, also I get a new warning -> Unused global option(s): - ./cv.tex
any ideas? Thx.