@knight-lab/timelinejs 3.9.7 → 3.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/CONTRIBUTING.md +1 -1
- package/dist/css/fonts/font.abril-droidsans.css +27 -22
- package/dist/css/fonts/font.amatic-andika.css +15 -5
- package/dist/css/fonts/font.bevan-pontanosans.css +41 -4
- package/dist/css/fonts/font.bitter-raleway.css +234 -6
- package/dist/css/fonts/font.clicker-garamond.css +69 -4
- package/dist/css/fonts/font.dancing-ledger.css +22 -5
- package/dist/css/fonts/font.default.css +11 -7
- package/dist/css/fonts/font.fjalla-average.css +6 -4
- package/dist/css/fonts/font.lustria-lato.css +22 -5
- package/dist/css/fonts/font.medula-lato.css +24 -6
- package/dist/css/fonts/font.oldstandard.css +12 -3
- package/dist/css/fonts/font.opensans-gentiumbook.css +113 -15
- package/dist/css/fonts/font.playfair-faunaone.css +80 -12
- package/dist/css/fonts/font.playfair.css +85 -5
- package/dist/css/fonts/font.pt.css +11 -7
- package/dist/css/fonts/font.roboto-megrim.css +57 -5
- package/dist/css/fonts/font.rufina-sintony.css +10 -6
- package/dist/css/fonts/font.ubuntu.css +14 -4
- package/dist/css/fonts/font.unicaone-vollkorn.css +80 -7
- package/dist/css/timeline.css +9 -5
- package/dist/css/timeline.css.map +1 -1
- package/dist/embed/index.html +8 -1
- package/dist/js/timeline.js +1 -1
- package/dist/js/timeline.js.map +1 -1
- package/package.json +1 -1
- package/src/embed/index.html +8 -1
- package/src/js/core/ConfigFactory.js +4 -0
- package/src/js/core/TimelineConfig.js +2 -2
- package/src/js/slider/SlideNav.js +1 -1
- package/src/less/Variables.less +2 -0
- package/src/less/fonts/font.abril-droidsans.less +7 -5
- package/src/less/fonts/font.amatic-andika.less +4 -4
- package/src/less/fonts/font.bevan-pontanosans.less +5 -4
- package/src/less/fonts/font.bitter-raleway.less +3 -3
- package/src/less/fonts/font.clicker-garamond.less +3 -3
- package/src/less/fonts/font.dancing-ledger.less +3 -4
- package/src/less/fonts/font.fjalla-average.less +4 -4
- package/src/less/fonts/font.lustria-lato.less +4 -4
- package/src/less/fonts/font.medula-lato.less +3 -3
- package/src/less/fonts/font.oldstandard.less +3 -3
- package/src/less/fonts/font.opensans-gentiumbook.less +6 -6
- package/src/less/fonts/font.playfair-faunaone.less +5 -7
- package/src/less/fonts/font.playfair.less +4 -4
- package/src/less/fonts/font.pt.less +5 -5
- package/src/less/fonts/font.roboto-megrim.less +3 -4
- package/src/less/fonts/font.rufina-sintony.less +4 -4
- package/src/less/fonts/font.ubuntu.less +3 -3
- package/src/less/fonts/font.unicaone-vollkorn.less +4 -5
- package/src/less/slider/TL.SlideNav.less +17 -6
- package/src/less/timenav/TL.TimeNav.less +2 -0
- package/src/template/index.html +5 -1
- package/dist/css/themes/timeline.theme.contrast.css +0 -2963
- package/dist/css/themes/timeline.theme.dark.css +0 -2963
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
----------------------------------------------------- */
|
|
3
3
|
/* Font PT Sans & PT Serif & PT Sans Narrow
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
https://fonts.google.com/specimen/PT+Sans+Narrow
|
|
6
|
+
https://fonts.google.com/specimen/PT+Sans
|
|
7
|
+
https://fonts.google.com/specimen/PT+Serif
|
|
8
8
|
----------------------------------------------------- */
|
|
9
9
|
/* VARIABLES
|
|
10
10
|
BASE
|
|
@@ -27,25 +27,29 @@ http://www.google.com/webfonts/specimen/PT+Serif
|
|
|
27
27
|
font-family: 'PT Sans';
|
|
28
28
|
font-style: normal;
|
|
29
29
|
font-weight: 400;
|
|
30
|
-
|
|
30
|
+
font-display: swap;
|
|
31
|
+
src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0U.ttf) format('truetype');
|
|
31
32
|
}
|
|
32
33
|
@font-face {
|
|
33
34
|
font-family: 'PT Sans Narrow';
|
|
34
35
|
font-style: normal;
|
|
35
36
|
font-weight: 700;
|
|
36
|
-
|
|
37
|
+
font-display: swap;
|
|
38
|
+
src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95DiC.ttf) format('truetype');
|
|
37
39
|
}
|
|
38
40
|
@font-face {
|
|
39
41
|
font-family: 'PT Serif';
|
|
40
42
|
font-style: italic;
|
|
41
43
|
font-weight: 400;
|
|
42
|
-
|
|
44
|
+
font-display: swap;
|
|
45
|
+
src: url(https://fonts.gstatic.com/s/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf) format('truetype');
|
|
43
46
|
}
|
|
44
47
|
@font-face {
|
|
45
48
|
font-family: 'PT Serif';
|
|
46
49
|
font-style: normal;
|
|
47
50
|
font-weight: 400;
|
|
48
|
-
|
|
51
|
+
font-display: swap;
|
|
52
|
+
src: url(https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf) format('truetype');
|
|
49
53
|
}
|
|
50
54
|
/* Font Base
|
|
51
55
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Fjalla & Average
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Fjalla+One
|
|
4
|
+
https://fonts.google.com/specimen/Average+Sans
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,13 +24,15 @@ https://www.google.com/fonts/specimen/Average+Sans
|
|
|
24
24
|
font-family: 'Average Sans';
|
|
25
25
|
font-style: normal;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBQ.ttf) format('truetype');
|
|
28
29
|
}
|
|
29
30
|
@font-face {
|
|
30
31
|
font-family: 'Fjalla One';
|
|
31
32
|
font-style: normal;
|
|
32
33
|
font-weight: 400;
|
|
33
|
-
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOY.ttf) format('truetype');
|
|
34
36
|
}
|
|
35
37
|
/* Font Base
|
|
36
38
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Lustria & Lato
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Lustria
|
|
4
|
+
https://fonts.google.com/specimen/Lato
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,19 +24,36 @@ https://www.google.com/fonts/specimen/Lato
|
|
|
24
24
|
font-family: 'Lato';
|
|
25
25
|
font-style: italic;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Lato';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
|
|
28
36
|
}
|
|
29
37
|
@font-face {
|
|
30
38
|
font-family: 'Lato';
|
|
31
39
|
font-style: normal;
|
|
32
40
|
font-weight: 400;
|
|
33
|
-
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Lato';
|
|
46
|
+
font-style: normal;
|
|
47
|
+
font-weight: 700;
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
|
|
34
50
|
}
|
|
35
51
|
@font-face {
|
|
36
52
|
font-family: 'Lustria';
|
|
37
53
|
font-style: normal;
|
|
38
54
|
font-weight: 400;
|
|
39
|
-
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg.ttf) format('truetype');
|
|
40
57
|
}
|
|
41
58
|
/* Font Base
|
|
42
59
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Medula One & Lato
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Medula+One
|
|
4
|
+
https://fonts.google.com/specimen/Lato
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,25 +24,43 @@ https://www.google.com/fonts/specimen/Lato
|
|
|
24
24
|
font-family: 'Lato';
|
|
25
25
|
font-style: italic;
|
|
26
26
|
font-weight: 300;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Lato';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Lato';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
|
|
28
43
|
}
|
|
29
44
|
@font-face {
|
|
30
45
|
font-family: 'Lato';
|
|
31
46
|
font-style: normal;
|
|
32
47
|
font-weight: 400;
|
|
33
|
-
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
|
|
34
50
|
}
|
|
35
51
|
@font-face {
|
|
36
52
|
font-family: 'Lato';
|
|
37
53
|
font-style: normal;
|
|
38
54
|
font-weight: 700;
|
|
39
|
-
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
|
|
40
57
|
}
|
|
41
58
|
@font-face {
|
|
42
59
|
font-family: 'Medula One';
|
|
43
60
|
font-style: normal;
|
|
44
61
|
font-weight: 400;
|
|
45
|
-
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiE.ttf) format('truetype');
|
|
46
64
|
}
|
|
47
65
|
/* Font Base
|
|
48
66
|
----------------------------------------------------- */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* Font Old Standard
|
|
2
|
-
https://
|
|
2
|
+
https://fonts.google.com/specimen/Old+Standard+TT
|
|
3
3
|
----------------------------------------------------- */
|
|
4
4
|
/* VARIABLES
|
|
5
5
|
BASE
|
|
@@ -22,13 +22,22 @@ https://www.google.com/fonts/specimen/Old+Standard+TT
|
|
|
22
22
|
font-family: 'Old Standard TT';
|
|
23
23
|
font-style: italic;
|
|
24
24
|
font-weight: 400;
|
|
25
|
-
|
|
25
|
+
font-display: swap;
|
|
26
|
+
src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9.ttf) format('truetype');
|
|
26
27
|
}
|
|
27
28
|
@font-face {
|
|
28
29
|
font-family: 'Old Standard TT';
|
|
29
30
|
font-style: normal;
|
|
30
31
|
font-weight: 400;
|
|
31
|
-
|
|
32
|
+
font-display: swap;
|
|
33
|
+
src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVurQ.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Old Standard TT';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 700;
|
|
39
|
+
font-display: swap;
|
|
40
|
+
src: url(https://fonts.gstatic.com/s/oldstandardtt/v20/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTA.ttf) format('truetype');
|
|
32
41
|
}
|
|
33
42
|
/* Font Base
|
|
34
43
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* Font Open Sans & Gentium Book
|
|
1
|
+
/* Font Open Sans & Gentium Book Plus
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
https://fonts.google.com/specimen/Open+Sans
|
|
4
|
+
https://fonts.google.com/specimen/Gentium+Book+Plus
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -21,35 +21,133 @@ http://www.google.com/webfonts/specimen/Gentium+Book+Basic
|
|
|
21
21
|
/* GFX
|
|
22
22
|
================================================== */
|
|
23
23
|
@font-face {
|
|
24
|
-
font-family: 'Gentium Book
|
|
24
|
+
font-family: 'Gentium Book Plus';
|
|
25
25
|
font-style: italic;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7Y.ttf) format('truetype');
|
|
28
29
|
}
|
|
29
30
|
@font-face {
|
|
30
|
-
font-family: 'Gentium Book
|
|
31
|
+
font-family: 'Gentium Book Plus';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMs.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Gentium Book Plus';
|
|
31
39
|
font-style: normal;
|
|
32
40
|
font-weight: 400;
|
|
33
|
-
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKf.ttf) format('truetype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Gentium Book Plus';
|
|
46
|
+
font-style: normal;
|
|
47
|
+
font-weight: 700;
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbG.ttf) format('truetype');
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'Open Sans';
|
|
53
|
+
font-style: italic;
|
|
54
|
+
font-weight: 300;
|
|
55
|
+
font-stretch: normal;
|
|
56
|
+
font-display: swap;
|
|
57
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: 'Open Sans';
|
|
61
|
+
font-style: italic;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
font-stretch: normal;
|
|
64
|
+
font-display: swap;
|
|
65
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
|
|
66
|
+
}
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: 'Open Sans';
|
|
69
|
+
font-style: italic;
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-stretch: normal;
|
|
72
|
+
font-display: swap;
|
|
73
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
|
|
74
|
+
}
|
|
75
|
+
@font-face {
|
|
76
|
+
font-family: 'Open Sans';
|
|
77
|
+
font-style: italic;
|
|
78
|
+
font-weight: 600;
|
|
79
|
+
font-stretch: normal;
|
|
80
|
+
font-display: swap;
|
|
81
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
|
|
82
|
+
}
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Open Sans';
|
|
85
|
+
font-style: italic;
|
|
86
|
+
font-weight: 700;
|
|
87
|
+
font-stretch: normal;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
|
|
90
|
+
}
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: 'Open Sans';
|
|
93
|
+
font-style: italic;
|
|
94
|
+
font-weight: 800;
|
|
95
|
+
font-stretch: normal;
|
|
96
|
+
font-display: swap;
|
|
97
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
|
|
98
|
+
}
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'Open Sans';
|
|
101
|
+
font-style: normal;
|
|
102
|
+
font-weight: 300;
|
|
103
|
+
font-stretch: normal;
|
|
104
|
+
font-display: swap;
|
|
105
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
|
|
34
106
|
}
|
|
35
107
|
@font-face {
|
|
36
108
|
font-family: 'Open Sans';
|
|
37
109
|
font-style: normal;
|
|
38
110
|
font-weight: 400;
|
|
39
111
|
font-stretch: normal;
|
|
40
|
-
|
|
112
|
+
font-display: swap;
|
|
113
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
|
|
114
|
+
}
|
|
115
|
+
@font-face {
|
|
116
|
+
font-family: 'Open Sans';
|
|
117
|
+
font-style: normal;
|
|
118
|
+
font-weight: 500;
|
|
119
|
+
font-stretch: normal;
|
|
120
|
+
font-display: swap;
|
|
121
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
|
|
122
|
+
}
|
|
123
|
+
@font-face {
|
|
124
|
+
font-family: 'Open Sans';
|
|
125
|
+
font-style: normal;
|
|
126
|
+
font-weight: 600;
|
|
127
|
+
font-stretch: normal;
|
|
128
|
+
font-display: swap;
|
|
129
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
|
|
130
|
+
}
|
|
131
|
+
@font-face {
|
|
132
|
+
font-family: 'Open Sans';
|
|
133
|
+
font-style: normal;
|
|
134
|
+
font-weight: 700;
|
|
135
|
+
font-stretch: normal;
|
|
136
|
+
font-display: swap;
|
|
137
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
|
|
41
138
|
}
|
|
42
139
|
@font-face {
|
|
43
140
|
font-family: 'Open Sans';
|
|
44
141
|
font-style: normal;
|
|
45
142
|
font-weight: 800;
|
|
46
143
|
font-stretch: normal;
|
|
47
|
-
|
|
144
|
+
font-display: swap;
|
|
145
|
+
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
|
|
48
146
|
}
|
|
49
147
|
/* Font Base
|
|
50
148
|
----------------------------------------------------- */
|
|
51
149
|
.tl-timeline {
|
|
52
|
-
font-family: 'Gentium Book
|
|
150
|
+
font-family: 'Gentium Book Plus', serif;
|
|
53
151
|
font-weight: 400;
|
|
54
152
|
font-size: 17px;
|
|
55
153
|
line-height: 1.3em;
|
|
@@ -71,24 +169,24 @@ http://www.google.com/webfonts/specimen/Gentium+Book+Basic
|
|
|
71
169
|
line-height: 58px;
|
|
72
170
|
}
|
|
73
171
|
.tl-timeline p {
|
|
74
|
-
font-family: 'Gentium Book
|
|
172
|
+
font-family: 'Gentium Book Plus', serif;
|
|
75
173
|
font-size: 17px;
|
|
76
174
|
line-height: 1.3em;
|
|
77
175
|
}
|
|
78
176
|
.tl-timeline ul {
|
|
79
|
-
font-family: 'Gentium Book
|
|
177
|
+
font-family: 'Gentium Book Plus', serif;
|
|
80
178
|
}
|
|
81
179
|
.tl-timeline .tl-media .tl-media-wikipedia h4 a,
|
|
82
180
|
.tl-timeline .tl-media h4,
|
|
83
181
|
.tl-timeline .tl-media h4 a {
|
|
84
|
-
font-family: 'Gentium Book
|
|
182
|
+
font-family: 'Gentium Book Plus', serif;
|
|
85
183
|
font-weight: 800;
|
|
86
184
|
font-size: 24px;
|
|
87
185
|
line-height: 24px;
|
|
88
186
|
}
|
|
89
187
|
.tl-timeline .tl-caption,
|
|
90
188
|
.tl-timeline .tl-credit {
|
|
91
|
-
font-family: 'Gentium Book
|
|
189
|
+
font-family: 'Gentium Book Plus', serif;
|
|
92
190
|
}
|
|
93
191
|
.tl-timeline .vcard {
|
|
94
192
|
font-family: 'Open Sans', sans-serif !important;
|
|
@@ -137,7 +235,7 @@ http://www.google.com/webfonts/specimen/Gentium+Book+Basic
|
|
|
137
235
|
}
|
|
138
236
|
.tl-timeline blockquote,
|
|
139
237
|
.tl-timeline blockquote p {
|
|
140
|
-
font-family: 'Gentium Book
|
|
238
|
+
font-family: 'Gentium Book Plus', serif;
|
|
141
239
|
font-style: italic;
|
|
142
240
|
font-weight: 400;
|
|
143
241
|
line-height: 1.3;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* Font Playfair & Fauna One & Unica One
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
5
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Playfair+Display
|
|
4
|
+
https://fonts.google.com/specimen/Fauna+One
|
|
5
|
+
https://fonts.google.com/specimen/Unica+One
|
|
6
6
|
----------------------------------------------------- */
|
|
7
7
|
/* VARIABLES
|
|
8
8
|
BASE
|
|
@@ -21,35 +21,103 @@ https://www.google.com/fonts/specimen/Unica+One
|
|
|
21
21
|
================================================== */
|
|
22
22
|
/* GFX
|
|
23
23
|
================================================== */
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Fauna One';
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 400;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
src: url(https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEx2Q.ttf) format('truetype');
|
|
30
|
+
}
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'Playfair Display';
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-weight: 400;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Playfair Display';
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 500;
|
|
42
|
+
font-display: swap;
|
|
43
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
|
|
44
|
+
}
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'Playfair Display';
|
|
47
|
+
font-style: italic;
|
|
48
|
+
font-weight: 600;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Playfair Display';
|
|
54
|
+
font-style: italic;
|
|
55
|
+
font-weight: 700;
|
|
56
|
+
font-display: swap;
|
|
57
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtY.ttf) format('truetype');
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: 'Playfair Display';
|
|
61
|
+
font-style: italic;
|
|
62
|
+
font-weight: 800;
|
|
63
|
+
font-display: swap;
|
|
64
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtY.ttf) format('truetype');
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'Playfair Display';
|
|
68
|
+
font-style: italic;
|
|
69
|
+
font-weight: 900;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtY.ttf) format('truetype');
|
|
72
|
+
}
|
|
24
73
|
@font-face {
|
|
25
74
|
font-family: 'Playfair Display';
|
|
26
75
|
font-style: normal;
|
|
27
76
|
font-weight: 400;
|
|
28
|
-
|
|
77
|
+
font-display: swap;
|
|
78
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
|
|
79
|
+
}
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'Playfair Display';
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-weight: 500;
|
|
84
|
+
font-display: swap;
|
|
85
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
|
|
86
|
+
}
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'Playfair Display';
|
|
89
|
+
font-style: normal;
|
|
90
|
+
font-weight: 600;
|
|
91
|
+
font-display: swap;
|
|
92
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
|
|
29
93
|
}
|
|
30
94
|
@font-face {
|
|
31
95
|
font-family: 'Playfair Display';
|
|
32
96
|
font-style: normal;
|
|
33
97
|
font-weight: 700;
|
|
34
|
-
|
|
98
|
+
font-display: swap;
|
|
99
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
|
|
35
100
|
}
|
|
36
101
|
@font-face {
|
|
37
|
-
font-family: 'Playfair Display
|
|
102
|
+
font-family: 'Playfair Display';
|
|
38
103
|
font-style: normal;
|
|
39
|
-
font-weight:
|
|
40
|
-
|
|
104
|
+
font-weight: 800;
|
|
105
|
+
font-display: swap;
|
|
106
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQ.ttf) format('truetype');
|
|
41
107
|
}
|
|
42
108
|
@font-face {
|
|
43
|
-
font-family: '
|
|
109
|
+
font-family: 'Playfair Display';
|
|
44
110
|
font-style: normal;
|
|
45
|
-
font-weight:
|
|
46
|
-
|
|
111
|
+
font-weight: 900;
|
|
112
|
+
font-display: swap;
|
|
113
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQ.ttf) format('truetype');
|
|
47
114
|
}
|
|
48
115
|
@font-face {
|
|
49
116
|
font-family: 'Unica One';
|
|
50
117
|
font-style: normal;
|
|
51
118
|
font-weight: 400;
|
|
52
|
-
|
|
119
|
+
font-display: swap;
|
|
120
|
+
src: url(https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalshdg.ttf) format('truetype');
|
|
53
121
|
}
|
|
54
122
|
/* Font Base
|
|
55
123
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Playfair & Playfair SC
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Playfair+Display
|
|
4
|
+
https://fonts.google.com/specimen/Playfair+Display+SC
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -20,23 +20,103 @@ https://www.google.com/fonts/specimen/Playfair+Display+SC
|
|
|
20
20
|
================================================== */
|
|
21
21
|
/* GFX
|
|
22
22
|
================================================== */
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: 'Playfair Display';
|
|
25
|
+
font-style: italic;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Playfair Display';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 500;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Playfair Display';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 600;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Playfair Display';
|
|
46
|
+
font-style: italic;
|
|
47
|
+
font-weight: 700;
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtY.ttf) format('truetype');
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'Playfair Display';
|
|
53
|
+
font-style: italic;
|
|
54
|
+
font-weight: 800;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtY.ttf) format('truetype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'Playfair Display';
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-weight: 900;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtY.ttf) format('truetype');
|
|
64
|
+
}
|
|
23
65
|
@font-face {
|
|
24
66
|
font-family: 'Playfair Display';
|
|
25
67
|
font-style: normal;
|
|
26
68
|
font-weight: 400;
|
|
27
|
-
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Playfair Display';
|
|
74
|
+
font-style: normal;
|
|
75
|
+
font-weight: 500;
|
|
76
|
+
font-display: swap;
|
|
77
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
|
|
78
|
+
}
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Playfair Display';
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 600;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
|
|
28
85
|
}
|
|
29
86
|
@font-face {
|
|
30
87
|
font-family: 'Playfair Display';
|
|
31
88
|
font-style: normal;
|
|
32
89
|
font-weight: 700;
|
|
33
|
-
|
|
90
|
+
font-display: swap;
|
|
91
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'Playfair Display';
|
|
95
|
+
font-style: normal;
|
|
96
|
+
font-weight: 800;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQ.ttf) format('truetype');
|
|
99
|
+
}
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: 'Playfair Display';
|
|
102
|
+
font-style: normal;
|
|
103
|
+
font-weight: 900;
|
|
104
|
+
font-display: swap;
|
|
105
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQ.ttf) format('truetype');
|
|
106
|
+
}
|
|
107
|
+
@font-face {
|
|
108
|
+
font-family: 'Playfair Display SC';
|
|
109
|
+
font-style: italic;
|
|
110
|
+
font-weight: 400;
|
|
111
|
+
font-display: swap;
|
|
112
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFQ.ttf) format('truetype');
|
|
34
113
|
}
|
|
35
114
|
@font-face {
|
|
36
115
|
font-family: 'Playfair Display SC';
|
|
37
116
|
font-style: normal;
|
|
38
117
|
font-weight: 400;
|
|
39
|
-
|
|
118
|
+
font-display: swap;
|
|
119
|
+
src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4.ttf) format('truetype');
|
|
40
120
|
}
|
|
41
121
|
/* Font Base
|
|
42
122
|
----------------------------------------------------- */
|