summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/assets/android.css
blob: 2396580600a46665b649530214ea1963444d97a0 (plain)
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
77
78
79
80
81
82
83
/** Calibri */

@font-face {
    font-family: 'Calibri';
    src: url(calibriz.ttf);
    font-style: italic;
    font-weight : 700;
}

@font-face {
    font-family: 'Calibri';
    src: url(calibrib.ttf);
    font-style: normal;
    font-weight : 700;
}

@font-face {
    font-family: 'Calibri';
    src: url(calibrii.ttf);
    font-style: italic;
    font-weight : 400;
}

@font-face {
    font-family: 'Calibri';
    src: url(calibri.ttf);
    font-style: normal;
    font-weight : 400;
}

/** Cambria */

@font-face {
    font-family: 'Cambria';
    src: url(cambriab.ttf);
    font-style: normal;
    font-weight : 700;
}

@font-face {
    font-family: 'Cambria';
    src: url(cambriaz.ttf);
    font-style: italic;
    font-weight : 700;
}

@font-face {
    font-family: 'Cambria';
    src: url(cambriai.ttf);
    font-style: italic;
    font-weight : 400;
}

@font-face {
    font-family: 'Cambria';
    src: url(cambria.ttf);
    font-style: normal;
    font-weight : 400;
}

/** Caecilia */

@font-face {
    font-family : 'Caecilia';
    font-style : normal;
    font-weight : 700;
    src: url(caeciliab.ttf);
}

@font-face {
    font-family : 'Caecilia';
    font-style : italic;
    src: url(caeciliai.ttf);
    font-weight : 400;
}

@font-face {
    font-family : 'Caecilia';
    font-style : normal;
    src: url(caecilia.ttf);
    font-weight : 400;
}