Merge pull request #3826 from ngyikp/master
Add a fallback sans-serif font in case the custom font fails to load
This commit is contained in:
commit
98ca59dc8c
|
@ -17,7 +17,7 @@
|
|||
color: #B0BEC5;
|
||||
display: table;
|
||||
font-weight: 100;
|
||||
font-family: 'Lato';
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
width: 100%;
|
||||
display: table;
|
||||
font-weight: 100;
|
||||
font-family: 'Lato';
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in New Issue