Open Sans and Roboto Mono ship in texlive-fonts-extra, which the other templates already require. LuaLaTeX resolves them by family name through luaotfload, which indexes the TeX tree, so the vendored copies and their relative Path= keys are unnecessary. Same faces, pixel-identical output. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
8 lines
223 B
TeX
8 lines
223 B
TeX
% Shared by the slides and by the notes pages mknotes typesets, so the two
|
|
% match. Both families come from texlive-fonts-extra.
|
|
|
|
\setsansfont{Open Sans}
|
|
\setmonofont{Roboto Mono}
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|