Commit 07360db4 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3913 from ngyikp/master

Add fallback sans-serif font in case the custom font fails to load
parents d7fb66ca 8fc2e7e0
......@@ -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;
......
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