e a serif font when printing.
Discussed on: -doc (about 18 months ago)
This commit is contained in:
parent
3bf8389ee1
commit
697b7b2748
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45418
1 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue