Merge pull request #350 from opencloud-eu/feat(keycloak)-use-Inter-variable-font-in-login-theme

feat(keycloak): use Inter variable font in login theme
This commit is contained in:
Tobias Baader
2026-07-31 09:33:05 +02:00
committed by GitHub
4 changed files with 5 additions and 11 deletions

View File

@@ -4,24 +4,18 @@
--pf-v5-global--primary-color--dark-100: #e2baff; --pf-v5-global--primary-color--dark-100: #e2baff;
--pf-v5-c-button--m-secondary--Color: #e2baff; --pf-v5-c-button--m-secondary--Color: #e2baff;
--pf-v5-global--Color--light-100: #20434f; --pf-v5-global--Color--light-100: #20434f;
--pf-v5-global--FontFamily--text: "Inter", "RedHatText", helvetica, arial, sans-serif;
--pf-v5-global--FontFamily--heading: "Inter", "RedHatDisplay", helvetica, arial, sans-serif;
} }
@font-face { @font-face {
font-family: OpenCloud; font-family: Inter;
src: url('../fonts/OpenCloud500-Regular.woff2') format('woff2'); src: url('../fonts/Inter-Variable.woff2') format('woff2');
font-weight: normal; font-weight: 100 900;
font-style: normal;
}
@font-face {
font-family: OpenCloud;
src: url('../fonts/OpenCloud750-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal; font-style: normal;
} }
body { body {
font-family: "OpenCloud", "Open Sans", Helvetica, Arial, sans-serif;
background: url(../img/background.png) no-repeat center fixed !important; background: url(../img/background.png) no-repeat center fixed !important;
background-size: cover !important; background-size: cover !important;
} }