[Tex/LaTex] Suggestions for typewriter font to match Concrete and Euler

fontstypewriter

I'm having fun using a combination of Concrete and Euler in some of my documents. I wonder if anyone has a suggestion about a matching typewriter font? I've been trying Inconsolata (scaled to .97) but it seems a bit heavy (?dark, maybe?) to my very untutored eye. Does anyone have another suggestion?

Best Answer

Concrete features heavy serifs and therefore in my opinion does not go together well with Inconsolata (a monospaced font without serifes). I suggest to combine Concrete with Luximono (the latter scaled to 0.86 for matching x-heights).

\documentclass[12pt]{article}

\usepackage[T1]{fontenc}

\usepackage{beton}
\usepackage[scaled=0.86]{luximono}

\usepackage{lipsum}

\begin{document}

\lipsum[1]

\bigskip
\ttfamily

\lipsum[1]

\end{document}

enter image description here