Here is a MWE which hopefully indicates why I am looking for a tighter font than latin modern. The font lss (latin sans serif) would do the trick, but I actually need it in bold type -- precisely because I happen to have several long titles and I want each of them to fit in one single line.
Another condition is that the tighter font should be similar enough to latin modern (I need to keep this font for another purpose).
Code: Select all
\documentclass[11pt,b5paper]{book}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\begin{document}
\begin{center}
{\fontfamily{lmr}\selectfont \textbf{LES GRANDES JOIES DU SAVOIR-VIVRE DANS LA CIVILISATION}}
{\fontfamily{lss}\selectfont \textbf{LES GRANDES JOIES DU SAVOIR-VIVRE DANS LA CIVILISATION}}
\end{center}
\end{document}