diff --git a/font/Manrope-Bold.woff2 b/font/Manrope-Bold.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..42f7ddab153a3ea12baeba3aa2c32f323bdfa397
Binary files /dev/null and b/font/Manrope-Bold.woff2 differ
diff --git a/font/Manrope-Regular.woff2 b/font/Manrope-Regular.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..7b618d24096a6e9c8ce688b732126b63480fe0ea
Binary files /dev/null and b/font/Manrope-Regular.woff2 differ
diff --git a/prez.md b/prez.md
index 62159b670bb456747f08a7a75c2fb094f7492a73..9f4d604b0fea98f901a2eb787505f4d47361a133 100644
--- a/prez.md
+++ b/prez.md
@@ -13,6 +13,17 @@ section::after {
   content: attr(data-marpit-pagination) '/' attr(data-marpit-pagination-total);
 }
 
+@font-face {
+  font-family: Manrope;
+  src: url("font/Manrope-Regular.woff2") format("woff2");
+}
+
+@font-face {
+  font-family: Manrope;
+  src: url("font/Manrope-Bold.woff2") format("woff2");
+  font-weight: bold;
+}
+
 :root {
   font-family: 'Manrope', sans-serif !important;
 }