pdf-export-styles.css
2.35 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* sans-serif */
@font-face {
font-family: "DejaVu Sans";
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSans.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-weight: bold;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSans-Bold.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSans-Oblique.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-weight: bold;
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSans-BoldOblique.ttf") format("truetype");
}
/* serif */
@font-face {
font-family: "DejaVu Serif";
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSerif.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-weight: bold;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSerif-Bold.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSerif-Italic.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-weight: bold;
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf") format("truetype");
}
/* monospace */
@font-face {
font-family: "DejaVu Mono";
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSansMono.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-weight: bold;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSansMono-Bold.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSansMono-Oblique.ttf") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-weight: bold;
font-style: italic;
src: url("http://kendo.cdn.telerik.com/2014.3.1314/styles/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf") format("truetype");
}
body {
font-family: "DejaVu Serif";
font-size: 12px;
background: #fff;
}
code, pre {
font-family: "DejaVu Mono";
font-size: 95%;
}