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}