Merge pull request #3913 from ngyikp/master

Add fallback sans-serif font in case the custom font fails to load
This commit is contained in:
Taylor Otwell
2016-08-28 18:11:47 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway';
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;