Commit 98ca59dc authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3826 from ngyikp/master

Add a fallback sans-serif font in case the custom font fails to load
parents ba1e9ad8 a2c081fd
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
color: #B0BEC5; color: #B0BEC5;
display: table; display: table;
font-weight: 100; font-weight: 100;
font-family: 'Lato'; font-family: 'Lato', sans-serif;
} }
.container { .container {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
width: 100%; width: 100%;
display: table; display: table;
font-weight: 100; font-weight: 100;
font-family: 'Lato'; font-family: 'Lato', sans-serif;
} }
.container { .container {
......
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