remove the Open Sans font

This commit is contained in:
David Christofas
2022-09-15 13:39:26 +02:00
parent de6988c9bd
commit cb7d26d061
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#1b223d">
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<meta property="csp-nonce" content="__CSP_NONCE__">
<title>Sign in - ownCloud</title>
</head>

View File

@@ -11,7 +11,7 @@ html {
}
body {
font-family: Inter, 'Open Sans', sans-serif;
font-family: Inter, sans-serif;
}
strong {