I would like to configure my document to use exactly the same font for \texttt and \Verb. I got as far as this, which still misses making \ttdefault smaller:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{fancyvrb}
\usepackage{relsize}
\fvset{fontfamily=fvm}
\fvset{fontsize=\relsize{-2}}
\renewcommand{\ttdefault}{fvm} % needs to be smaller...
\begin{document}
$\langle$ \Verb!foobar123! $\rangle$
$\langle \texttt{foobar123} \rangle$
\end{document}

So how to I apply the relsize{-2} by default to \texttt?

beramono, but indeed it looks the same. I use it withscaled=0.73and a baseline stretch of0.95which gives me approximately the same line spacing as before, so I don't have to go over the layout of >100 pages again. – Emit Taste Mar 09 '13 at 18:38