Fix fonts

This commit is contained in:
Basti 2021-02-25 17:00:55 +01:00
parent 31fcbb3ccd
commit 7dcc9dcefc
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<meta charset="utf-8">
<title>Kosmos</title>
<meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport'>
<link href="/styles/style.css" rel="stylesheet" />
<link href='https://assets.kosmos.org/fonts/open-sans/open-sans.css' rel='stylesheet'>
<link href="/styles/style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">

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