Fix fonts

This commit is contained in:
2021-02-25 17:00:55 +01:00
parent 31fcbb3ccd
commit 7dcc9dcefc
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ body, html {
body {
background-color: #fff;
color: #232323;
font-family: 'Open Sans';
font-family: 'Open Sans', sans-serif;
text-rendering: optimizeLegibility;
text-align: center;
}