forked from nutomic/joinpeertube
Merge branch 'patch-2' into 'master'
Fix bug on fallback typeface See merge request framasoft/peertube/joinpeertube!40
This commit is contained in:
commit
79a81920fe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', 'sans-serif';
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue