Browse Source

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

Ng Yik Phang 7 years ago
parent
commit
a2c081fd58
2 changed files with 2 additions and 2 deletions
  1. 1 1
      resources/views/errors/503.blade.php
  2. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/errors/503.blade.php

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

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

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