Added fallback fonts to footer copyright.

This commit is contained in:
Sam Marder 2017-06-17 07:47:16 -04:00
commit bc2211eeb1
No known key found for this signature in database
GPG key ID: 6FF02DB2D522E51A

View file

@ -279,7 +279,7 @@ footer .list-inline {
padding: 0; padding: 0;
} }
footer .copyright { footer .copyright {
font-family: Open Sans; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center; text-align: center;
margin-bottom: 0; margin-bottom: 0;
} }