I am using overleaf but this code is not working can you help?
\documentclass{article}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{uarial}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{blindtext}
\begin{document}
\blindtext
\end{document}
! LaTeX Error: File \uarial.sty' not found.` – David Carlisle Sep 08 '21 at 15:42uarial, which implemented a clone of the Arial font face which, in turn, is a (weak) clone of the Helvetica font face. Unless you have to submit your document to a font freak who (a) can discern the mostly very subtle differences between Helvetica and Arial and (b) cares deeply that Arial rather than Helvetica should be employed, just replace\usepackage{uarial}with\usepackage{helvet}and live happily ever after. – Mico Sep 08 '21 at 15:49uarial(manual installation) or to replace it by other, similar fonts. – gernot Sep 08 '21 at 15:49helvetas mico suggested ortgherospackage – David Carlisle Sep 08 '21 at 17:46