-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfonts.css
71 lines (67 loc) · 1.41 KB
/
fonts.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
63
64
65
66
67
68
69
70
71
@font-face{
font-family: "EB Garamond SC";
font-variant: small-caps;
src: url(fonts/EBGaramond12-SC.otf);
}
@font-face{
font-family: "EB Garamond";
font-style: normal;
font-weight: normal;
font-variant: normal;
src: url(fonts/EBGaramond12-Regular.otf);
}
@font-face{
font-family: "EB Garamond Italic";
font-style: italic;
font-weight: normal;
font-variant: normal;
src: url(fonts/EBGaramond12-Italic.otf);
}
@font-face{
font-family: "EB Garamond Bold";
font-style: normal;
font-weight: bold;
font-variant: normal;
src: url(fonts/EBGaramond12-Bold.otf);
}
@font-face{
font-family: "IM Fell Pro";
font-style: normal;
font-weight: bold;
font-variant: normal;
src: url(fonts/IMFeGPrm29C.otf);
}
@font-face{
font-family: "IM Fell Pro Italic";
font-style: normal;
font-weight: bold;
font-variant: normal;
src: url(fonts/IMFeGPit29C.otf);
}
em, i, .ecti, .ecti1,
.thanks, .signature, .dvquote-text, .dvprayer-text
{
font-family: "EB Garamond Italic", serif;
}
strong, b,
.partToc a, .partToc, .likepartToc a, .likepartToc,
.chapterToc a, .chapterToc, .likechapterToc a, .likechapterToc, .appendixToc a, .appendixToc, .addchapToc,
.paragraphHead, .likeparagraphHead,
.subparagraphHead, .likesubparagraphHead,
.caption td.id,
.ecbx-0700
{
font-family: "EB Garamond Bold", serif;
}
.small-caps,
.dvquote-ref, .dvbox
.lettrine-line
{
font-family: "EB Garamond SC", serif;
}
.booksubtitle,
.sectionHead,
.dvday
{
font-family: "IM Fell Pro", serif;
}