20
0
Files
cdsc_tex/slides_template/fonts.tex
Benjamin Mako Hill 55f33cd8f5 Take the slide fonts from TeX Live rather than the tree
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>
2026-08-19 15:43:29 +09:00

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}