31 lines
No EOL
514 B
CSS
31 lines
No EOL
514 B
CSS
footer,
|
|
.matkap_ascii,
|
|
.noprint {
|
|
display: none !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lexend";
|
|
font-weight: regular;
|
|
src: url("/assets/fonts/Lexend/Lexend.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatDisplay";
|
|
font-weight: regular;
|
|
src: url("/assets/fonts/RHD/RedHatDisplay.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatText";
|
|
font-weight: regular;
|
|
src: url("/assets/fonts/RHT/RedHatText.ttf");
|
|
}
|
|
|
|
html {
|
|
font-family: "RedHatText";
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: "RedHatDisplay";
|
|
} |