On 08/01/11 9:52 AM, anand mahendran wrote: > Can any one suggest me how to include Verdana font in latex You might make use of xelatex and try the following example code: \documentclass{article} \usepackage{fontspec} \usepackage{lipsum} \setmainfont{Verdana} \begin{document} \lipsum[1] \end{document} -- Radhakrishnan