diff --git a/config/keycloak/themes/opencloud/login/resources/css/theme.css b/config/keycloak/themes/opencloud/login/resources/css/theme.css index 122870c..3bcc01a 100644 --- a/config/keycloak/themes/opencloud/login/resources/css/theme.css +++ b/config/keycloak/themes/opencloud/login/resources/css/theme.css @@ -7,21 +7,14 @@ } @font-face { - font-family: OpenCloud; - src: url('../fonts/OpenCloud500-Regular.woff2') format('woff2'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: OpenCloud; - src: url('../fonts/OpenCloud750-Bold.woff2') format('woff2'); - font-weight: bold; + font-family: Inter; + src: url('../fonts/Inter-Variable.woff2') format('woff2'); + font-weight: 100 900; font-style: normal; } body { - font-family: "OpenCloud", "Open Sans", Helvetica, Arial, sans-serif; + font-family: "Inter", "Open Sans", Helvetica, Arial, sans-serif; background: url(../img/background.png) no-repeat center fixed !important; background-size: cover !important; } diff --git a/config/keycloak/themes/opencloud/login/resources/fonts/Inter-Variable.woff2 b/config/keycloak/themes/opencloud/login/resources/fonts/Inter-Variable.woff2 new file mode 100644 index 0000000..d15208d Binary files /dev/null and b/config/keycloak/themes/opencloud/login/resources/fonts/Inter-Variable.woff2 differ diff --git a/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud500-Regular.woff2 b/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud500-Regular.woff2 deleted file mode 100644 index 219abd8..0000000 Binary files a/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud500-Regular.woff2 and /dev/null differ diff --git a/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud750-Bold.woff2 b/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud750-Bold.woff2 deleted file mode 100644 index 1bc7076..0000000 Binary files a/config/keycloak/themes/opencloud/login/resources/fonts/OpenCloud750-Bold.woff2 and /dev/null differ