Commit a2c081fd authored by Ng Yik Phang's avatar Ng Yik Phang

Add fallback sans-serif font in case the custom font fails to load

parent ba1e9ad8
......@@ -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%;
display: table;
font-weight: 100;
font-family: 'Lato';
font-family: 'Lato', sans-serif;
}
.container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment