Closed pawelz closed 1 year ago
It is not enough to \usepackage{helvet}. One also needs to switch to sans serif font (\renewcommand\familydefault{\sfdefault}) and \usepackage[T1]{fontenc}. Otherwise the document will be rendered with the default serif font.
\usepackage{helvet}
\renewcommand\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
Thanks! Sorry for the delay.
It is not enough to
\usepackage{helvet}
. One also needs to switch to sans serif font (\renewcommand\familydefault{\sfdefault}
) and\usepackage[T1]{fontenc}
. Otherwise the document will be rendered with the default serif font.