15 lines
198 B
CSS
15 lines
198 B
CSS
|
footer,
|
||
|
.matkap_ascii,
|
||
|
.noprint {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Lexend";
|
||
|
font-weight: regular;
|
||
|
src: url("./Lexend/Lexend.ttf");
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
font-family: "Lexend";
|
||
|
}
|