-\documentclass[10pt,xcolor=dvipsnames]{beamer}
+\documentclass[10pt,xcolor=dvipsnames,aspectratio=169]{beamer}
\usetheme{metropolis}
\usepackage{appendixnumberbeamer}
\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}
\titlepage
\tikz{\node at (current page.center) [anchor=center, yshift=-0.5in, xshift=1in]
- {\includegraphics[width=0.35\textwidth]{figures/logo.pdf}};
+ {\includegraphics[width=0.25\textwidth]{figures/logo.pdf}};
}
% include version control stuff
\begin{frame}{A sample slide}
Final Sample Slide
+
+ \texttt{Monospace font?}
+
\note{These are the slide 4 notes.}
\end{frame}