Skip to content

Commit

Permalink
Add fallback sans-serif font in case the custom font fails to load
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyikp committed Jul 5, 2016
1 parent ba1e9ad commit a2c081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/errors/503.blade.php
Expand Up @@ -17,7 +17,7 @@
color: #B0BEC5;
display: table;
font-weight: 100;
font-family: 'Lato';
font-family: 'Lato', sans-serif;
}
.container {
Expand Down
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Expand Up @@ -16,7 +16,7 @@
width: 100%;
display: table;
font-weight: 100;
font-family: 'Lato';
font-family: 'Lato', sans-serif;
}
.container {
Expand Down

0 comments on commit a2c081f

Please sign in to comment.