forked from nutomic/joinpeertube
Fix bug on fallback typeface
This commit is contained in:
parent
571a5fb245
commit
11be3389db
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Open Sans', 'sans-serif';
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue