17 lines
206 B
CSS
17 lines
206 B
CSS
body {
|
|
font-family: "Noto Sans", "Bitstream Vera Sans", Arial, sans;
|
|
}
|
|
|
|
h1 {
|
|
color: #444;
|
|
}
|
|
|
|
@media print {
|
|
footer {
|
|
display : none;
|
|
}
|
|
.noPrint {
|
|
display : none;
|
|
}
|
|
}
|