-
Notifications
You must be signed in to change notification settings - Fork 1
/
print.css
62 lines (53 loc) · 952 Bytes
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
@page {
size: 8.5in 11in;
margin: 0;
}
html,
body {
height: 100%;
}
body {
margin: 1.6cm;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
@page: first {
size: 8.5in 11in;
margin: 0in;
}
#print-footer {
width: 7.06cm;
height: 0.71cm;
margin: 0px auto;
display: block;
position: absolute;
bottom: 2cm;
left: 50%;
margin-left: -3.5cm;
}
.two_columns_sans_header {
max-height: 18cm;
column-width: 6cm;
column-gap: 2cm;
font-family: 'Freight Sans Book';
position: absolute;
left: 50%;
width: 19cm;
margin-left: -8cm;
margin-top: 2cm;
overflow: hidden;
}
p {
margin-bottom: 13.2pt;
line-height: 13.2pt;
text-align: justify;
font-size: 13pt;
}
@font-face {
font-family: "Freight Sans Book";
src: url("fonts/FreightSansBook.otf") format("opentype");
}