e a serif font when printing.

Discussed on:	-doc (about 18 months ago)
This commit is contained in:
Gavin Atkinson 2014-08-08 17:53:25 +00:00
parent 3bf8389ee1
commit 697b7b2748
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45418

View file

@ -117,7 +117,14 @@ body address {
html body {
margin: 1em 8% 1em 10%;
line-height: 1.2;
font-family: sans-serif;
}
@media screen {
html body { font-family: sans-serif; }
}
@media print {
html body { font-family: serif; }
}
.legalnotice {