20
0

add fonts to this directory that they come with it

This commit is contained in:
2018-05-22 16:34:16 -07:00
parent 665c71a04a
commit 83923df608
9 changed files with 20 additions and 2 deletions

View File

@@ -19,8 +19,23 @@
\metroset{block=fill} \metroset{block=fill}
% \metroset{background=light} % \metroset{background=light}
\setsansfont{OpenSans} \setsansfont{OpenSans}[
\setmonofont{Roboto} 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{makopurple1}{RGB}{57,39,91}
\definecolor{makopurple2}{RGB}{137,119,173} \definecolor{makopurple2}{RGB}{137,119,173}
@@ -236,6 +251,9 @@ An itemized list:
\begin{frame}{A sample slide} \begin{frame}{A sample slide}
Final Sample Slide Final Sample Slide
\texttt{Monospace font?}
\note{These are the slide 4 notes.} \note{These are the slide 4 notes.}
\end{frame} \end{frame}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.