darwiin / yaac-another-awesome-cv

YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
LaTeX Project Public License v1.3c
913 stars 244 forks source link

Setting font size problem #70

Open flowyfulwolf opened 2 years ago

flowyfulwolf commented 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.

CorinneKnoe commented 5 days ago

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.