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

This commit is contained in:
Ng Yik Phang 2016-07-05 19:31:21 +08:00
parent ba1e9ad828
commit a2c081fd58
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
color: #B0BEC5;
display: table;
font-weight: 100;
font-family: 'Lato';
font-family: 'Lato', sans-serif;
}
.container {

View File

@ -16,7 +16,7 @@
width: 100%;
display: table;
font-weight: 100;
font-family: 'Lato';
font-family: 'Lato', sans-serif;
}
.container {