Merge pull request #3826 from ngyikp/master

Add a fallback sans-serif font in case the custom font fails to load
This commit is contained in:
Taylor Otwell 2016-07-05 08:46:57 -05:00 committed by GitHub
commit 98ca59dc8c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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