change the font
This commit is contained in:
parent
300c03a9ef
commit
84a00687a9
@ -1,12 +1,17 @@
|
|||||||
/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
|
/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
|
||||||
This clashes with the "keycloak-bg.png' background defined on the body below.
|
This clashes with the "keycloak-bg.png' background defined on the body below.
|
||||||
Therefore the Patternfly background must be set to none. */
|
Therefore the Patternfly background must be set to none. */
|
||||||
|
@font-face {
|
||||||
|
font-family: "perfect-dos";
|
||||||
|
src: url("../fonts/perfect_dos_vga.woff");
|
||||||
|
}
|
||||||
|
|
||||||
.login-pf {
|
.login-pf {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-pf body {
|
.login-pf body {
|
||||||
color: #a3a1a4;
|
background: #a3a1a4;
|
||||||
/* background: url("../img/bg.jpg") no-repeat center center fixed;
|
/* background: url("../img/bg.jpg") no-repeat center center fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -480,6 +485,8 @@ ul#kc-totp-supported-apps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-pf {
|
.card-pf {
|
||||||
|
background: #fefefe;
|
||||||
|
font-family: "perfect-dos";
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
box-shadow: var(--pf-global--BoxShadow--lg);
|
box-shadow: var(--pf-global--BoxShadow--lg);
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
BIN
login/resources/fonts/perfect_dos_vga_437_win-webfont.woff
Normal file
BIN
login/resources/fonts/perfect_dos_vga_437_win-webfont.woff
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user