Angle brackets < and > in \texttt render as inverted exclamation mark and inverted question mark (spanish punctuation marks):
\documentclass{article}
\usepackage{beramono}
\begin{document}
\texttt{<>}
\end{document}
The above document renders the < and > characters as:
How do I fix this?

