Browse Source

Merge pull request #3913 from ngyikp/master

Add fallback sans-serif font in case the custom font fails to load
Taylor Otwell 7 years ago
parent
commit
07360db40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/welcome.blade.php

@@ -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;