X-Git-Url: https://projects.mako.cc/source/beamer-mako/blobdiff_plain/e9e16d0beb9732f161585428bcaaab1cfa2b3bc6..7423531b03392121b84aaf4af60241b506f1063c:/template/example.tex diff --git a/template/example.tex b/template/example.tex index 5e71068..7130c82 100644 --- a/template/example.tex +++ b/template/example.tex @@ -19,8 +19,23 @@ \metroset{block=fill} % \metroset{background=light} -\setsansfont{OpenSans} -\setmonofont{Roboto} +\setsansfont{OpenSans}[ +Path = ./fonts/OpenSans/, +Extension = .ttf, +UprightFont = *-Regular, +BoldFont = *-Bold, +ItalicFont = *-Italic, +BoldItalicFont = *-BoldItalic +] + +\setmonofont{RobotoMono}[ +Path = ./fonts/RobotoMono/, +Extension = .ttf, +UprightFont = *-Regular, +BoldFont = *-Bold, +ItalicFont = *-Italic, +BoldItalicFont = *-BoldItalic +] \definecolor{makopurple1}{RGB}{57,39,91} \definecolor{makopurple2}{RGB}{137,119,173} @@ -236,6 +251,9 @@ An itemized list: \begin{frame}{A sample slide} Final Sample Slide + + \texttt{Monospace font?} + \note{These are the slide 4 notes.} \end{frame}