Add a fallback sans-serif font in case the custom font fails to load
@@ -17,7 +17,7 @@
color: #B0BEC5;
display: table;
font-weight: 100;
- font-family: 'Lato';
+ font-family: 'Lato', sans-serif;
}
.container {
@@ -16,7 +16,7 @@
width: 100%;