@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
package/CHANGELOG.md
CHANGED
package/CONTRIBUTING.md
CHANGED
|
@@ -28,7 +28,7 @@ Timeline uses `webpack` for bundling, and uses the `webpack-dev-server` as part
|
|
|
28
28
|
|
|
29
29
|
### Building
|
|
30
30
|
|
|
31
|
-
In order to "compile" TimelineJS for use in other contexts, after following the instructions above, run the command `npm run dist`. This will populate a directory, `dist/` in the
|
|
31
|
+
In order to "compile" TimelineJS for use in other contexts, after following the instructions above, run the command `npm run dist`. This will populate a directory, `dist/` in the root of your checked-out repository, with the javascript and CSS necessary to self-host TimelineJS.
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
### Testing
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Abril Fatface & Droid Sans
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Abril+Fatface
|
|
4
|
+
https://fonts.google.com/noto/specimen/Noto+Sans
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,24 +24,29 @@ https://www.google.com/fonts/specimen/Droid+Sans
|
|
|
24
24
|
font-family: 'Abril Fatface';
|
|
25
25
|
font-style: normal;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchm-A.ttf) format('truetype');
|
|
28
29
|
}
|
|
29
30
|
@font-face {
|
|
30
|
-
font-family: '
|
|
31
|
-
font-style:
|
|
31
|
+
font-family: 'Noto Sans';
|
|
32
|
+
font-style: italic;
|
|
32
33
|
font-weight: 400;
|
|
33
|
-
|
|
34
|
+
font-stretch: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
src: url(https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6Vc.ttf) format('truetype');
|
|
34
37
|
}
|
|
35
38
|
@font-face {
|
|
36
|
-
font-family: '
|
|
39
|
+
font-family: 'Noto Sans';
|
|
37
40
|
font-style: normal;
|
|
38
|
-
font-weight:
|
|
39
|
-
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
font-stretch: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
src: url(https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d.ttf) format('truetype');
|
|
40
45
|
}
|
|
41
46
|
/* Font Base
|
|
42
47
|
----------------------------------------------------- */
|
|
43
48
|
.tl-timeline {
|
|
44
|
-
font-family: '
|
|
49
|
+
font-family: 'Noto Sans', sans-serif;
|
|
45
50
|
font-weight: 400;
|
|
46
51
|
font-size: 16px;
|
|
47
52
|
line-height: 1.3em;
|
|
@@ -63,34 +68,34 @@ https://www.google.com/fonts/specimen/Droid+Sans
|
|
|
63
68
|
line-height: 58px;
|
|
64
69
|
}
|
|
65
70
|
.tl-timeline p {
|
|
66
|
-
font-family: '
|
|
71
|
+
font-family: 'Noto Sans', sans-serif;
|
|
67
72
|
font-size: 16px;
|
|
68
73
|
line-height: 1.3em;
|
|
69
74
|
}
|
|
70
75
|
.tl-timeline ul {
|
|
71
|
-
font-family: '
|
|
76
|
+
font-family: 'Noto Sans', sans-serif;
|
|
72
77
|
}
|
|
73
78
|
.tl-timeline .tl-media .tl-media-wikipedia h4 a,
|
|
74
79
|
.tl-timeline .tl-media h4,
|
|
75
80
|
.tl-timeline .tl-media h4 a {
|
|
76
|
-
font-family: '
|
|
81
|
+
font-family: 'Noto Sans', sans-serif;
|
|
77
82
|
font-weight: 700;
|
|
78
83
|
font-size: 24px;
|
|
79
84
|
line-height: 24px;
|
|
80
85
|
}
|
|
81
86
|
.tl-timeline .tl-caption,
|
|
82
87
|
.tl-timeline .tl-credit {
|
|
83
|
-
font-family: '
|
|
88
|
+
font-family: 'Noto Sans', sans-serif;
|
|
84
89
|
}
|
|
85
90
|
.tl-timeline .vcard {
|
|
86
|
-
font-family: '
|
|
91
|
+
font-family: 'Noto Sans', sans-serif !important;
|
|
87
92
|
font-weight: normal !important;
|
|
88
93
|
}
|
|
89
94
|
.tl-timeline .tl-slidenav-next,
|
|
90
95
|
.tl-timeline .tl-slidenav-previous,
|
|
91
96
|
.tl-timeline .tl-message,
|
|
92
97
|
.tl-timeline .tl-timegroup-message {
|
|
93
|
-
font-family: '
|
|
98
|
+
font-family: 'Noto Sans', sans-serif;
|
|
94
99
|
font-weight: 700;
|
|
95
100
|
text-transform: none;
|
|
96
101
|
}
|
|
@@ -102,7 +107,7 @@ https://www.google.com/fonts/specimen/Droid+Sans
|
|
|
102
107
|
}
|
|
103
108
|
.tl-timeline .tl-headline-date,
|
|
104
109
|
.tl-timeline h3.tl-headline-date {
|
|
105
|
-
font-family: '
|
|
110
|
+
font-family: 'Noto Sans', sans-serif !important;
|
|
106
111
|
font-weight: normal !important;
|
|
107
112
|
text-transform: none !important;
|
|
108
113
|
}
|
|
@@ -111,25 +116,25 @@ https://www.google.com/fonts/specimen/Droid+Sans
|
|
|
111
116
|
font-weight: normal !important;
|
|
112
117
|
}
|
|
113
118
|
.tl-timeline .tl-timenav-slider {
|
|
114
|
-
font-family: '
|
|
119
|
+
font-family: 'Noto Sans', sans-serif;
|
|
115
120
|
font-weight: 700;
|
|
116
121
|
}
|
|
117
122
|
.tl-timeline .tl-timenav-slider h2.tl-headline {
|
|
118
|
-
font-family: '
|
|
123
|
+
font-family: 'Noto Sans', sans-serif;
|
|
119
124
|
font-weight: 700;
|
|
120
125
|
text-transform: none;
|
|
121
126
|
}
|
|
122
127
|
.tl-timeline .tl-timenav-slider .tl-timeaxis {
|
|
123
|
-
font-family: '
|
|
128
|
+
font-family: 'Noto Sans', sans-serif;
|
|
124
129
|
font-weight: 700;
|
|
125
130
|
text-transform: none;
|
|
126
131
|
}
|
|
127
132
|
.tl-timeline .tl-menubar {
|
|
128
|
-
font-family: '
|
|
133
|
+
font-family: 'Noto Sans', sans-serif;
|
|
129
134
|
}
|
|
130
135
|
.tl-timeline blockquote,
|
|
131
136
|
.tl-timeline blockquote p {
|
|
132
|
-
font-family: '
|
|
137
|
+
font-family: 'Noto Sans', sans-serif;
|
|
133
138
|
font-style: normal;
|
|
134
139
|
font-weight: 400;
|
|
135
140
|
line-height: 1.3;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Amatic & Andika
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Amatic+SC
|
|
4
|
+
https://fonts.google.com/specimen/Andika
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,19 +24,29 @@ https://www.google.com/fonts/specimen/Andika
|
|
|
24
24
|
font-family: 'Amatic SC';
|
|
25
25
|
font-style: normal;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vO0DQ.ttf) format('truetype');
|
|
28
29
|
}
|
|
29
30
|
@font-face {
|
|
30
31
|
font-family: 'Amatic SC';
|
|
31
32
|
font-style: normal;
|
|
32
33
|
font-weight: 700;
|
|
33
|
-
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/amaticsc/v26/TUZ3zwprpvBS1izr_vOMscG6eQ.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Andika';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/andika/v26/mem9Ya6iyW-Lwqgwb7YV.ttf) format('truetype');
|
|
34
43
|
}
|
|
35
44
|
@font-face {
|
|
36
45
|
font-family: 'Andika';
|
|
37
46
|
font-style: normal;
|
|
38
47
|
font-weight: 400;
|
|
39
|
-
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/andika/v26/mem_Ya6iyW-LwqgAbQ.ttf) format('truetype');
|
|
40
50
|
}
|
|
41
51
|
/* Font Base
|
|
42
52
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Bevan & Pontano+Sans
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Bevan
|
|
4
|
+
https://fonts.google.com/specimen/Pontano+Sans
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -20,17 +20,54 @@ https://www.google.com/fonts/specimen/Pontano+Sans
|
|
|
20
20
|
================================================== */
|
|
21
21
|
/* GFX
|
|
22
22
|
================================================== */
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: 'Bevan';
|
|
25
|
+
font-style: italic;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/bevan/v24/4iCt6KZ0a9NXjG8YWC4.ttf) format('truetype');
|
|
29
|
+
}
|
|
23
30
|
@font-face {
|
|
24
31
|
font-family: 'Bevan';
|
|
25
32
|
font-style: normal;
|
|
26
33
|
font-weight: 400;
|
|
27
|
-
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjF8a.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Pontano Sans';
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 300;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOSzMncY.ttf) format('truetype');
|
|
28
43
|
}
|
|
29
44
|
@font-face {
|
|
30
45
|
font-family: 'Pontano Sans';
|
|
31
46
|
font-style: normal;
|
|
32
47
|
font-weight: 400;
|
|
33
|
-
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMncY.ttf) format('truetype');
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'Pontano Sans';
|
|
53
|
+
font-style: normal;
|
|
54
|
+
font-weight: 500;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOUDMncY.ttf) format('truetype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'Pontano Sans';
|
|
60
|
+
font-style: normal;
|
|
61
|
+
font-weight: 600;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOazLncY.ttf) format('truetype');
|
|
64
|
+
}
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Pontano Sans';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-weight: 700;
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOZXLncY.ttf) format('truetype');
|
|
34
71
|
}
|
|
35
72
|
/* Font Base
|
|
36
73
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Bitter & Raleway
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Bitter
|
|
4
|
+
https://fonts.google.com/specimen/Raleway
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -20,29 +20,257 @@ https://www.google.com/fonts/specimen/Raleway
|
|
|
20
20
|
================================================== */
|
|
21
21
|
/* GFX
|
|
22
22
|
================================================== */
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: 'Bitter';
|
|
25
|
+
font-style: italic;
|
|
26
|
+
font-weight: 100;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWA.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Bitter';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 200;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWA.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Bitter';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 300;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWA.ttf) format('truetype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Bitter';
|
|
46
|
+
font-style: italic;
|
|
47
|
+
font-weight: 400;
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWA.ttf) format('truetype');
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'Bitter';
|
|
53
|
+
font-style: italic;
|
|
54
|
+
font-weight: 500;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWA.ttf) format('truetype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'Bitter';
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-weight: 600;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWA.ttf) format('truetype');
|
|
64
|
+
}
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Bitter';
|
|
67
|
+
font-style: italic;
|
|
68
|
+
font-weight: 700;
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWA.ttf) format('truetype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Bitter';
|
|
74
|
+
font-style: italic;
|
|
75
|
+
font-weight: 800;
|
|
76
|
+
font-display: swap;
|
|
77
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWA.ttf) format('truetype');
|
|
78
|
+
}
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Bitter';
|
|
81
|
+
font-style: italic;
|
|
82
|
+
font-weight: 900;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWA.ttf) format('truetype');
|
|
85
|
+
}
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: 'Bitter';
|
|
88
|
+
font-style: normal;
|
|
89
|
+
font-weight: 100;
|
|
90
|
+
font-display: swap;
|
|
91
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL8.ttf) format('truetype');
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'Bitter';
|
|
95
|
+
font-style: normal;
|
|
96
|
+
font-weight: 200;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL8.ttf) format('truetype');
|
|
99
|
+
}
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: 'Bitter';
|
|
102
|
+
font-style: normal;
|
|
103
|
+
font-weight: 300;
|
|
104
|
+
font-display: swap;
|
|
105
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL8.ttf) format('truetype');
|
|
106
|
+
}
|
|
107
|
+
@font-face {
|
|
108
|
+
font-family: 'Bitter';
|
|
109
|
+
font-style: normal;
|
|
110
|
+
font-weight: 400;
|
|
111
|
+
font-display: swap;
|
|
112
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL8.ttf) format('truetype');
|
|
113
|
+
}
|
|
114
|
+
@font-face {
|
|
115
|
+
font-family: 'Bitter';
|
|
116
|
+
font-style: normal;
|
|
117
|
+
font-weight: 500;
|
|
118
|
+
font-display: swap;
|
|
119
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL8.ttf) format('truetype');
|
|
120
|
+
}
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: 'Bitter';
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-weight: 600;
|
|
125
|
+
font-display: swap;
|
|
126
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL8.ttf) format('truetype');
|
|
127
|
+
}
|
|
128
|
+
@font-face {
|
|
129
|
+
font-family: 'Bitter';
|
|
130
|
+
font-style: normal;
|
|
131
|
+
font-weight: 700;
|
|
132
|
+
font-display: swap;
|
|
133
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL8.ttf) format('truetype');
|
|
134
|
+
}
|
|
23
135
|
@font-face {
|
|
24
136
|
font-family: 'Bitter';
|
|
25
137
|
font-style: normal;
|
|
138
|
+
font-weight: 800;
|
|
139
|
+
font-display: swap;
|
|
140
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL8.ttf) format('truetype');
|
|
141
|
+
}
|
|
142
|
+
@font-face {
|
|
143
|
+
font-family: 'Bitter';
|
|
144
|
+
font-style: normal;
|
|
145
|
+
font-weight: 900;
|
|
146
|
+
font-display: swap;
|
|
147
|
+
src: url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL8.ttf) format('truetype');
|
|
148
|
+
}
|
|
149
|
+
@font-face {
|
|
150
|
+
font-family: 'Raleway';
|
|
151
|
+
font-style: italic;
|
|
152
|
+
font-weight: 100;
|
|
153
|
+
font-display: swap;
|
|
154
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf) format('truetype');
|
|
155
|
+
}
|
|
156
|
+
@font-face {
|
|
157
|
+
font-family: 'Raleway';
|
|
158
|
+
font-style: italic;
|
|
159
|
+
font-weight: 200;
|
|
160
|
+
font-display: swap;
|
|
161
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf) format('truetype');
|
|
162
|
+
}
|
|
163
|
+
@font-face {
|
|
164
|
+
font-family: 'Raleway';
|
|
165
|
+
font-style: italic;
|
|
166
|
+
font-weight: 300;
|
|
167
|
+
font-display: swap;
|
|
168
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
|
|
169
|
+
}
|
|
170
|
+
@font-face {
|
|
171
|
+
font-family: 'Raleway';
|
|
172
|
+
font-style: italic;
|
|
173
|
+
font-weight: 400;
|
|
174
|
+
font-display: swap;
|
|
175
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
|
|
176
|
+
}
|
|
177
|
+
@font-face {
|
|
178
|
+
font-family: 'Raleway';
|
|
179
|
+
font-style: italic;
|
|
180
|
+
font-weight: 500;
|
|
181
|
+
font-display: swap;
|
|
182
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
|
|
183
|
+
}
|
|
184
|
+
@font-face {
|
|
185
|
+
font-family: 'Raleway';
|
|
186
|
+
font-style: italic;
|
|
187
|
+
font-weight: 600;
|
|
188
|
+
font-display: swap;
|
|
189
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
|
|
190
|
+
}
|
|
191
|
+
@font-face {
|
|
192
|
+
font-family: 'Raleway';
|
|
193
|
+
font-style: italic;
|
|
26
194
|
font-weight: 700;
|
|
27
|
-
|
|
195
|
+
font-display: swap;
|
|
196
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
|
|
197
|
+
}
|
|
198
|
+
@font-face {
|
|
199
|
+
font-family: 'Raleway';
|
|
200
|
+
font-style: italic;
|
|
201
|
+
font-weight: 800;
|
|
202
|
+
font-display: swap;
|
|
203
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf) format('truetype');
|
|
204
|
+
}
|
|
205
|
+
@font-face {
|
|
206
|
+
font-family: 'Raleway';
|
|
207
|
+
font-style: italic;
|
|
208
|
+
font-weight: 900;
|
|
209
|
+
font-display: swap;
|
|
210
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf) format('truetype');
|
|
211
|
+
}
|
|
212
|
+
@font-face {
|
|
213
|
+
font-family: 'Raleway';
|
|
214
|
+
font-style: normal;
|
|
215
|
+
font-weight: 100;
|
|
216
|
+
font-display: swap;
|
|
217
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf) format('truetype');
|
|
28
218
|
}
|
|
29
219
|
@font-face {
|
|
30
220
|
font-family: 'Raleway';
|
|
31
221
|
font-style: normal;
|
|
32
222
|
font-weight: 200;
|
|
33
|
-
|
|
223
|
+
font-display: swap;
|
|
224
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
|
|
34
225
|
}
|
|
35
226
|
@font-face {
|
|
36
227
|
font-family: 'Raleway';
|
|
37
228
|
font-style: normal;
|
|
38
229
|
font-weight: 300;
|
|
39
|
-
|
|
230
|
+
font-display: swap;
|
|
231
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
|
|
232
|
+
}
|
|
233
|
+
@font-face {
|
|
234
|
+
font-family: 'Raleway';
|
|
235
|
+
font-style: normal;
|
|
236
|
+
font-weight: 400;
|
|
237
|
+
font-display: swap;
|
|
238
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
|
|
239
|
+
}
|
|
240
|
+
@font-face {
|
|
241
|
+
font-family: 'Raleway';
|
|
242
|
+
font-style: normal;
|
|
243
|
+
font-weight: 500;
|
|
244
|
+
font-display: swap;
|
|
245
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
|
|
246
|
+
}
|
|
247
|
+
@font-face {
|
|
248
|
+
font-family: 'Raleway';
|
|
249
|
+
font-style: normal;
|
|
250
|
+
font-weight: 600;
|
|
251
|
+
font-display: swap;
|
|
252
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
|
|
40
253
|
}
|
|
41
254
|
@font-face {
|
|
42
255
|
font-family: 'Raleway';
|
|
43
256
|
font-style: normal;
|
|
44
257
|
font-weight: 700;
|
|
45
|
-
|
|
258
|
+
font-display: swap;
|
|
259
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
|
|
260
|
+
}
|
|
261
|
+
@font-face {
|
|
262
|
+
font-family: 'Raleway';
|
|
263
|
+
font-style: normal;
|
|
264
|
+
font-weight: 800;
|
|
265
|
+
font-display: swap;
|
|
266
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
|
|
267
|
+
}
|
|
268
|
+
@font-face {
|
|
269
|
+
font-family: 'Raleway';
|
|
270
|
+
font-style: normal;
|
|
271
|
+
font-weight: 900;
|
|
272
|
+
font-display: swap;
|
|
273
|
+
src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
|
|
46
274
|
}
|
|
47
275
|
/* Font Base
|
|
48
276
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Clicker & Garamond
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Clicker+Script
|
|
4
|
+
https://fonts.google.com/specimen/EB+Garamond
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,13 +24,78 @@ https://www.google.com/fonts/specimen/EB+Garamond
|
|
|
24
24
|
font-family: 'Clicker Script';
|
|
25
25
|
font-style: normal;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'EB Garamond';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'EB Garamond';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96.ttf) format('truetype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'EB Garamond';
|
|
46
|
+
font-style: italic;
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496.ttf) format('truetype');
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'EB Garamond';
|
|
53
|
+
font-style: italic;
|
|
54
|
+
font-weight: 700;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496.ttf) format('truetype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'EB Garamond';
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-weight: 800;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496.ttf) format('truetype');
|
|
28
64
|
}
|
|
29
65
|
@font-face {
|
|
30
66
|
font-family: 'EB Garamond';
|
|
31
67
|
font-style: normal;
|
|
32
68
|
font-weight: 400;
|
|
33
|
-
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUAw.ttf) format('truetype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'EB Garamond';
|
|
74
|
+
font-style: normal;
|
|
75
|
+
font-weight: 500;
|
|
76
|
+
font-display: swap;
|
|
77
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUAw.ttf) format('truetype');
|
|
78
|
+
}
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'EB Garamond';
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 600;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUAw.ttf) format('truetype');
|
|
85
|
+
}
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: 'EB Garamond';
|
|
88
|
+
font-style: normal;
|
|
89
|
+
font-weight: 700;
|
|
90
|
+
font-display: swap;
|
|
91
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUAw.ttf) format('truetype');
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'EB Garamond';
|
|
95
|
+
font-style: normal;
|
|
96
|
+
font-weight: 800;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUAw.ttf) format('truetype');
|
|
34
99
|
}
|
|
35
100
|
/* Font Base
|
|
36
101
|
----------------------------------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Font Dancing & Ledger
|
|
2
2
|
|
|
3
|
-
https://
|
|
4
|
-
https://
|
|
3
|
+
https://fonts.google.com/specimen/Dancing+Script
|
|
4
|
+
https://fonts.google.com/specimen/Ledger
|
|
5
5
|
----------------------------------------------------- */
|
|
6
6
|
/* VARIABLES
|
|
7
7
|
BASE
|
|
@@ -24,19 +24,36 @@ https://www.google.com/fonts/specimen/Ledger
|
|
|
24
24
|
font-family: 'Dancing Script';
|
|
25
25
|
font-style: normal;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTQ.ttf) format('truetype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Dancing Script';
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 500;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTQ.ttf) format('truetype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Dancing Script';
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 600;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTQ.ttf) format('truetype');
|
|
28
43
|
}
|
|
29
44
|
@font-face {
|
|
30
45
|
font-family: 'Dancing Script';
|
|
31
46
|
font-style: normal;
|
|
32
47
|
font-weight: 700;
|
|
33
|
-
|
|
48
|
+
font-display: swap;
|
|
49
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTQ.ttf) format('truetype');
|
|
34
50
|
}
|
|
35
51
|
@font-face {
|
|
36
52
|
font-family: 'Ledger';
|
|
37
53
|
font-style: normal;
|
|
38
54
|
font-weight: 400;
|
|
39
|
-
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url(https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxmw.ttf) format('truetype');
|
|
40
57
|
}
|
|
41
58
|
/* Font Base
|
|
42
59
|
----------------------------------------------------- */
|