jankapunkt / latexcv

:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested fonts for the Infographics CV

aradnix opened this issue · comments

Hi, I'm trying to use your template in Overleaf and found that some of the suggested fonts don't allow you to place small caps text correctly so it falls back to the default font and it looks awful.

I was looking for options on the LaTeX Font Catalogue website and found these sans-serif fonts that look great with this template.

\usepackage[defaultsans]{droidsans}
\usepackage{cmbright}
\usepackage[default]{raleway}
usepackage[default]{gillius}
\usepackage[sfdefault,condensed]{roboto} 
\usepackage[sfdefault]{AlegreyaSans}
\usepackage[familydefault]{Rosario}
\usepackage[sfdefault]{FiraSans}
\usepackage{libris}
\usepackage[sfdefault]{merriweather}
\usepackage{paratype}
\usepackage[sfdefault]{quattrocento}
\usepackage[default]{sourcesanspro}
\usepackage{venturis}

If you want you can Open a pr to add them, please keep all but the used font commented

Automatically Closing this issue due to no activity. Feel free to reopen.