-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
52 lines (43 loc) · 971 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
@font-face {
font-family: 'Equity Text B';
src: url('http://gerstendoerfer.com/lib/equity-text-b-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Equity Text B';
src: url('http://gerstendoerfer.com/lib/equity-text-b-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Equity Text B';
src: url('http://gerstendoerfer.com/lib/equity-text-b-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
html {
background-color: white;
background-image: none;
color: black !important;
font-family: "Equity Text B", "Adobe Caslon Pro", "Caslon", "Georgia", serif;
font-weight: normal;
font-size: 9pt;
}
body {
margin-left: 80px;
margin-right: 100px;
}
h1, h2, h3 {
font-size: 14pt;
}
a:active, a:hover, a:link, a:visited {
color: black !important;
}
p {
margin-bottom: 12px;
page-break-inside: avoid;
}
nav, .footer {
display: none;
}