Tagged Questions
5
votes
2answers
395 views
Weird spacing with DejaVu Sans Mono with MiKTeX's XeLaTeX
\documentclass{article}
\usepackage{fontspec}
\setmainfont{DejaVu Serif}
\setsansfont{DejaVu Sans}
\setmonofont{DejaVu Sans Mono}
\begin{document}
Hello World!
\textsf{Hello World!}
...