From: Benjamin Mako Hill Date: Tue, 22 May 2018 23:34:16 +0000 (-0700) Subject: add fonts to this directory that they come with it X-Git-Url: https://projects.mako.cc/source/beamer-mako/commitdiff_plain/7423531b03392121b84aaf4af60241b506f1063c add fonts to this directory that they come with it --- 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} diff --git a/template/fonts/OpenSans/OpenSans-Bold.ttf b/template/fonts/OpenSans/OpenSans-Bold.ttf new file mode 100644 index 0000000..7b52945 Binary files /dev/null and b/template/fonts/OpenSans/OpenSans-Bold.ttf differ diff --git a/template/fonts/OpenSans/OpenSans-BoldItalic.ttf b/template/fonts/OpenSans/OpenSans-BoldItalic.ttf new file mode 100644 index 0000000..a670e14 Binary files /dev/null and b/template/fonts/OpenSans/OpenSans-BoldItalic.ttf differ diff --git a/template/fonts/OpenSans/OpenSans-Italic.ttf b/template/fonts/OpenSans/OpenSans-Italic.ttf new file mode 100644 index 0000000..e6c5414 Binary files /dev/null and b/template/fonts/OpenSans/OpenSans-Italic.ttf differ diff --git a/template/fonts/OpenSans/OpenSans-Regular.ttf b/template/fonts/OpenSans/OpenSans-Regular.ttf new file mode 100644 index 0000000..2e31d02 Binary files /dev/null and b/template/fonts/OpenSans/OpenSans-Regular.ttf differ diff --git a/template/fonts/RobotoMono/RobotoMono-Bold.ttf b/template/fonts/RobotoMono/RobotoMono-Bold.ttf new file mode 100644 index 0000000..c6a81a5 Binary files /dev/null and b/template/fonts/RobotoMono/RobotoMono-Bold.ttf differ diff --git a/template/fonts/RobotoMono/RobotoMono-BoldItalic.ttf b/template/fonts/RobotoMono/RobotoMono-BoldItalic.ttf new file mode 100644 index 0000000..b2261d6 Binary files /dev/null and b/template/fonts/RobotoMono/RobotoMono-BoldItalic.ttf differ diff --git a/template/fonts/RobotoMono/RobotoMono-Italic.ttf b/template/fonts/RobotoMono/RobotoMono-Italic.ttf new file mode 100644 index 0000000..6e4001e Binary files /dev/null and b/template/fonts/RobotoMono/RobotoMono-Italic.ttf differ diff --git a/template/fonts/RobotoMono/RobotoMono-Regular.ttf b/template/fonts/RobotoMono/RobotoMono-Regular.ttf new file mode 100644 index 0000000..495a82c Binary files /dev/null and b/template/fonts/RobotoMono/RobotoMono-Regular.ttf differ