How do I use TrueType fonts with LaTeX
If you want to stick to LaTeX, you can generally try these steps: Create the TeX font metrics (tfm), the font description (fd) and the font mapping (map). Using ttf2tfm to generate .vpl, then vptovf to create .tfm. Put the files (ttf, tfm, fd, map) into the proper directories in the local texmf tree. Update … Read more