我正在使用机器人字体用于章节标题;我也想将它用于ttfamily
某些情况,例如\url
,特别是因为它比默认字体更简洁。看看字体目录,有一个等宽版本。但是我如何“启用”它?
\documentclass[a4paper,10pt]{article}
\usepackage[pdftex,hidelinks]{hyperref}
\usepackage[lf]{venturis}
\usepackage[condensed]{roboto}
\usepackage[T1]{fontenc}
\begin{document}
Foo: \url{https://tex.stackexchange.com/questions}
\end{document}
无论我是否包含该roboto
包,URL 总是以相对较宽的等宽字体呈现,而 AFAICS 不是 Roboto:
我想我需要类似的东西
\renewcommand*{\ttdefault}{roboto}
只是字体名称无效。我猜是缩写,但是怎么缩写呢?