add fonts to this directory that they come with it
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user