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

Coloured First 3 letters in any section are not bold (rest of the title is #139

Open fcosentino86 opened 7 years ago

fcosentino86 commented 7 years ago

It looks to me like the fist 3 letters are not in bold font, while the rest of the title is.

I hope I am not wrong, and I am not wrong, how to make the full line either with all char bold or not bold.

Thanks

Francesco

devonpmack commented 6 years ago

This issue still exists https://gyazo.com/26a41a0bf01e1ac78aff1cc45706ec84 EDIT - I fixed it by adding \textbf to line 156 right before the ...\color{awesome}... So paste this into line 156: \ifbool{acvSectionColorHighlight}{{\textbf\color{awesome}#1#2#3}}{#1#2#3}