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.
|
||||
This clashes with the "keycloak-bg.png' background defined on the body below.
|
||||
Therefore the Patternfly background must be set to none. */
|
||||
@font-face {
|
||||
font-family: "perfect-dos";
|
||||
src: url("../fonts/perfect_dos_vga.woff");
|
||||
}
|
||||
|
||||
.login-pf {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.login-pf body {
|
||||
color: #a3a1a4;
|
||||
background: #a3a1a4;
|
||||
/* background: url("../img/bg.jpg") no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
@ -480,6 +485,8 @@ ul#kc-totp-supported-apps {
|
||||
}
|
||||
|
||||
.card-pf {
|
||||
background: #fefefe;
|
||||
font-family: "perfect-dos";
|
||||
margin: 0 auto;
|
||||
box-shadow: var(--pf-global--BoxShadow--lg);
|
||||
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…
Reference in New Issue
Block a user