Merge branch 'patch-2' into 'master'

Fix bug on fallback typeface

See merge request framasoft/peertube/joinpeertube!40
This commit is contained in:
Thomas Citharel 2018-10-31 11:08:37 +01:00
commit 79a81920fe

View file

@ -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;
} }