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

This commit is contained in:
Ng Yik Phang 2016-08-28 13:53:23 +08:00
parent 1cb19ac911
commit 8fc2e7e0a4
1 changed files with 1 additions and 1 deletions

View File

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