In this question, it is detailed how to convert a project to use TrueType or OpenType fonts by switching from LaTeX to XeLaTeX. I've successfully changed my build over to use XeTeX, but I'd like to leave the default font alone. Rather, I'd like to change the fixed width font instead.
How does one do this?
fontspecpackage that does this rather thanXeTeXitself. That's not obvious... http://www.math.washington.edu/tex-archive/macros/latex/contrib/fontspec/fontspec.pdf might be useful to anyone looking in the future. – Billy ONeal Feb 06 '12 at 03:50fontspecis only an interface to low-level XeTeX functions. – Andrey Vihrov Feb 06 '12 at 10:51