3

I am using uarial for typesetting my document in Arial, but I found that there's no bold font. How can I have a boldface font with the uarial package?

\documentclass{article}
\usepackage{uarial}
\renewcommand\familydefault{\sfdefault}
 \begin{document}
 \textbf{sample data}
 \end{document}
manish
  • 9,111

1 Answers1

3

I cannot see it:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{uarial}
\renewcommand\familydefault{\sfdefault}
\begin{document}

foo \textbf{bar}

\end{document}