Howto use Arial Font in LaTeX
From How2s
In order to get the LaTeX to display in Arial, you can simply add the following two lines to the initiation part of the document:
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial
In order to get the LaTeX to display in Arial, you can simply add the following two lines to the initiation part of the document:
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial