From cb7d26d061071b34d7a1a2425e1db27438d2086a Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 15 Sep 2022 13:39:26 +0200 Subject: [PATCH] remove the Open Sans font --- services/idp/public/index.html | 1 - services/idp/src/app.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/services/idp/public/index.html b/services/idp/public/index.html index 8dccae78b8..a8307ad824 100644 --- a/services/idp/public/index.html +++ b/services/idp/public/index.html @@ -5,7 +5,6 @@ - Sign in - ownCloud diff --git a/services/idp/src/app.css b/services/idp/src/app.css index 531d4a056b..a2636504c1 100644 --- a/services/idp/src/app.css +++ b/services/idp/src/app.css @@ -11,7 +11,7 @@ html { } body { - font-family: Inter, 'Open Sans', sans-serif; + font-family: Inter, sans-serif; } strong {