roboto serif

Herbert Voss Herbert.Voss at fu-berlin.de
Sun May 8 11:07:05 CEST 2022



Am 08.05.22 um 09:55 schrieb Barbara Sánta:
> Hi, are there any simple ways of using the new "roboto serif" fonts 
> with latex?
> Any experiences with them? How about math fonts together with them?
> Advantages and disadvantages of using them?


\documentclass{article}
\usepackage{firamath-otf}
\usepackage{roboto}
\renewcommand\familydefault{\sfdefault}
\usepackage[english]{babel}

\begin{document}
\tableofcontents
\section{Titel with roboto}
\subsection{Subtitel with roboto}

foo bar baz

\[ \int_1^{\infty} \frac1{x^2} \symup{d}x=1 \]

\end{document}


Herbert


More information about the texhax mailing list.