diff --git a/static/src/less/style.less b/static/src/less/style.less
index 48cd27927bf1d2f758ed52980c6f363b5e525628..1fe1301f4cb54956903bc20283ae073cb0ca5333 100644
--- a/static/src/less/style.less
+++ b/static/src/less/style.less
@@ -41,7 +41,7 @@
 /** Global
 ***************************/
 .attendance, .attendance td, .convention, .convention td {
-	font-family: @typo_body;
+	font-family: 'Lato', sans-serif;
 	font-weight: 300;
 }
 
@@ -49,7 +49,7 @@
 	border-top: 1px solid #eee;
 	padding-top: 10px;
 	font-size: 11px; 
-	font-family: @typo_1;
+	font-family: 'Lekton', sans-serif;
 	text-align: center;
 	color: #333;
 }
@@ -60,13 +60,13 @@
 .attendance h1 {
 	color: @color2;
 	font-size: 26px;
-	font-family: @typo_1;
+	font-family: 'Lekton', sans-serif;
 	text-transform: uppercase;
 }
 .attendance h2 {
 	color: @color1;
 	font-size: 22px;
-	font-family: @typo_1;
+	font-family: 'Lekton', sans-serif;
 }
 
 /***************************
@@ -77,13 +77,13 @@
 	color: #fff;
 	padding: 5px 0;
 	font-size: 26px;
-	font-family: @typo_1;
+	font-family: 'Lekton', sans-serif;
 	text-transform: uppercase;
 }
 .convention h2 {
 	color: @color1;
 	font-size: 22px;
-	font-family: @typo_1;
+	font-family: 'Lekton', sans-serif;
 	text-transform: uppercase;
 }
 .convention h3 {