Added fallback for font-family in footer copyright
This commit is contained in:
parent
2b3c7fce00
commit
3960d7490c
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ footer .list-inline {
|
|||
padding: 0;
|
||||
}
|
||||
footer .copyright {
|
||||
font-family: Open Sans;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue