Fix bug on fallback typeface

This commit is contained in:
Thomas Kuntz 2018-10-31 10:59:29 +01:00
parent 571a5fb245
commit 11be3389db

View file

@ -5,7 +5,7 @@ html {
}
body {
font-family: 'Open Sans', 'sans-serif';
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}