@knight-lab/timelinejs 3.8.19 → 3.8.20

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/css/fonts/font.abril-droidsans.css +1 -1
  3. package/dist/css/fonts/font.amatic-andika.css +3 -3
  4. package/dist/css/fonts/font.bevan-pontanosans.css +1 -1
  5. package/dist/css/fonts/font.bitter-raleway.css +4 -4
  6. package/dist/css/fonts/font.clicker-garamond.css +2 -2
  7. package/dist/css/fonts/font.dancing-ledger.css +3 -3
  8. package/dist/css/fonts/font.default.css +4 -4
  9. package/dist/css/fonts/font.fjalla-average.css +2 -2
  10. package/dist/css/fonts/font.georgia-helvetica.css +6 -6
  11. package/dist/css/fonts/font.lustria-lato.css +3 -3
  12. package/dist/css/fonts/font.medula-lato.css +4 -4
  13. package/dist/css/fonts/font.oldstandard.css +2 -2
  14. package/dist/css/fonts/font.opensans-gentiumbook.css +2 -2
  15. package/dist/css/fonts/font.playfair-faunaone.css +5 -5
  16. package/dist/css/fonts/font.playfair.css +3 -3
  17. package/dist/css/fonts/font.pt.css +4 -4
  18. package/dist/css/fonts/font.roboto-megrim.css +8 -8
  19. package/dist/css/fonts/font.rufina-sintony.css +4 -4
  20. package/dist/css/fonts/font.ubuntu.css +3 -3
  21. package/dist/css/fonts/font.unicaone-vollkorn.css +3 -3
  22. package/dist/js/timeline-min.js +1 -1
  23. package/dist/js/timeline.js +1 -1
  24. package/dist/js/timeline.js.map +1 -1
  25. package/dist/timeline3.zip +0 -0
  26. package/package.json +1 -1
  27. package/src/js/__tests__/Timeline.test.js +18 -3
  28. package/src/js/core/Util.js +1 -1
  29. package/src/js/media/types/Audio.js +6 -1
  30. package/src/js/media/types/Image.js +2 -2
  31. package/src/js/media/types/PDF.js +2 -2
  32. package/src/js/media/types/Video.js +6 -1
  33. package/src/less/fonts/font.georgia-helvetica.less +2 -2
  34. package/src/less/fonts/font.roboto-megrim.less +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 3.8.20 (2022-02-16)
2
+ ------------------
3
+ * #719 - Support Dropbox URL rewriting for audio and video as well as images. Thanks @Simonkcaon !
4
+
1
5
  3.8.19 (2022-01-07)
2
6
  ------------------
3
7
  * #724 - Alternate syntax for compatibility with Vite, probably other tooling.
@@ -24,7 +24,7 @@ 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
- src: url(https://fonts.gstatic.com/s/abrilfatface/v12/zOL64pLDlL1D99S8g8PtiKchq-dmiA.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/abrilfatface/v18/zOL64pLDlL1D99S8g8PtiKchq-dmiA.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Droid Sans';
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Andika
24
24
  font-family: 'Amatic SC';
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/amaticsc/v16/TUZyzwprpvBS1izr_vOECuSa.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/amaticsc/v22/TUZyzwprpvBS1izr_vOECuSa.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Amatic SC';
31
31
  font-style: normal;
32
32
  font-weight: 700;
33
- src: url(https://fonts.gstatic.com/s/amaticsc/v16/TUZ3zwprpvBS1izr_vOMscGKfrUH.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/amaticsc/v22/TUZ3zwprpvBS1izr_vOMscGKfrUH.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Andika';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/andika/v12/mem_Ya6iyW-LwqgwarYV.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/andika/v17/mem_Ya6iyW-LwqgwarYV.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */
@@ -30,7 +30,7 @@ https://www.google.com/fonts/specimen/Pontano+Sans
30
30
  font-family: 'Pontano Sans';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/pontanosans/v8/qFdD35GdgYR8EzR6oBLDHa3axT8I.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/pontanosans/v11/qFdD35GdgYR8EzR6oBLDHa3axT8I.ttf) format('truetype');
34
34
  }
35
35
  /* Font Base
36
36
  ----------------------------------------------------- */
@@ -24,25 +24,25 @@ https://www.google.com/fonts/specimen/Raleway
24
24
  font-family: 'Bitter';
25
25
  font-style: normal;
26
26
  font-weight: 700;
27
- src: url(https://fonts.gstatic.com/s/bitter/v19/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOWA.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/bitter/v25/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOWA.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Raleway';
31
31
  font-style: normal;
32
32
  font-weight: 200;
33
- src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Raleway';
37
37
  font-style: normal;
38
38
  font-weight: 300;
39
- src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'Raleway';
43
43
  font-style: normal;
44
44
  font-weight: 700;
45
- src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
45
+ src: url(https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
46
46
  }
47
47
  /* Font Base
48
48
  ----------------------------------------------------- */
@@ -24,13 +24,13 @@ 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
- src: url(https://fonts.gstatic.com/s/clickerscript/v8/raxkHiKPvt8CMH6ZWP8PdlEq71rf0T4.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/clickerscript/v11/raxkHiKPvt8CMH6ZWP8PdlEq71rf0T4.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'EB Garamond';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/ebgaramond/v19/~ChoKC0VCIEdhcmFtb25kOgsI9NCduwcVAADIQxAHIAA=.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/ebgaramond/v24/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkBI96.ttf) format('truetype');
34
34
  }
35
35
  /* Font Base
36
36
  ----------------------------------------------------- */
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Ledger
24
24
  font-family: 'Dancing Script';
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/dancingscript/v19/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/dancingscript/v22/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Dancing Script';
31
31
  font-style: normal;
32
32
  font-weight: 700;
33
- src: url(https://fonts.gstatic.com/s/dancingscript/v19/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/dancingscript/v22/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Ledger';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/ledger/v11/j8_q6-HK1L3if_sBnMr0.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/ledger/v14/j8_q6-HK1L3if_sBnMr0.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */
@@ -27,25 +27,25 @@ 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
- src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
30
+ src: url(https://fonts.gstatic.com/s/ptsans/v16/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
31
31
  }
32
32
  @font-face {
33
33
  font-family: 'PT Sans Narrow';
34
34
  font-style: normal;
35
35
  font-weight: 700;
36
- src: url(https://fonts.gstatic.com/s/ptsansnarrow/v12/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_g.ttf) format('truetype');
36
+ src: url(https://fonts.gstatic.com/s/ptsansnarrow/v16/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_g.ttf) format('truetype');
37
37
  }
38
38
  @font-face {
39
39
  font-family: 'PT Serif';
40
40
  font-style: italic;
41
41
  font-weight: 400;
42
- src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRTQgYoZZY2vCFuvAFT_r21dw.ttf) format('truetype');
42
+ src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRTQgYoZZY2vCFuvAFT_r21dw.ttf) format('truetype');
43
43
  }
44
44
  @font-face {
45
45
  font-family: 'PT Serif';
46
46
  font-style: normal;
47
47
  font-weight: 400;
48
- src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
48
+ src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
49
49
  }
50
50
  /* Font Base
51
51
  ----------------------------------------------------- */
@@ -24,13 +24,13 @@ 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
- src: url(https://fonts.gstatic.com/s/averagesans/v9/1Ptpg8fLXP2dlAXR-HlJJNJ_AtCe.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/averagesans/v14/1Ptpg8fLXP2dlAXR-HlJJNJ_AtCe.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Fjalla One';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrOF6lw.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/fjallaone/v12/Yq6R-LCAWCX3-6Ky7FAFrOF6lw.ttf) format('truetype');
34
34
  }
35
35
  /* Font Base
36
36
  ----------------------------------------------------- */
@@ -33,7 +33,7 @@
33
33
  .tl-timeline h5,
34
34
  .tl-timeline h6 {
35
35
  font-family: Georgia, Times, serif;
36
- text-transform: normal;
36
+ text-transform: none;
37
37
  font-weight: 800;
38
38
  font-size: 42px;
39
39
  line-height: 42px;
@@ -72,7 +72,7 @@
72
72
  .tl-timeline .tl-timegroup-message {
73
73
  font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
74
74
  font-weight: 800;
75
- text-transform: normal;
75
+ text-transform: none;
76
76
  }
77
77
  .tl-timeline .tl-slidenav-next .tl-slidenav-title,
78
78
  .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
@@ -84,7 +84,7 @@
84
84
  .tl-timeline h3.tl-headline-date {
85
85
  font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif !important;
86
86
  font-weight: normal !important;
87
- text-transform: normal !important;
87
+ text-transform: none !important;
88
88
  }
89
89
  .tl-timeline .tl-headline-date small,
90
90
  .tl-timeline h3.tl-headline-date small {
@@ -97,12 +97,12 @@
97
97
  .tl-timeline .tl-timenav-slider h2.tl-headline {
98
98
  font-family: Georgia, Times, serif;
99
99
  font-weight: 800;
100
- text-transform: normal;
100
+ text-transform: none;
101
101
  }
102
102
  .tl-timeline .tl-timenav-slider .tl-timeaxis {
103
103
  font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
104
104
  font-weight: 800;
105
- text-transform: normal;
105
+ text-transform: none;
106
106
  }
107
107
  .tl-timeline .tl-menubar {
108
108
  font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
@@ -116,7 +116,7 @@
116
116
  }
117
117
  input[type="text"].editor-headline {
118
118
  font-family: Georgia, Times, serif;
119
- text-transform: normal;
119
+ text-transform: none;
120
120
  font-weight: 800;
121
121
  font-size: 42px;
122
122
  line-height: 42px;
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Lato
24
24
  font-family: 'Lato';
25
25
  font-style: italic;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/lato/v20/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Lato';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Lustria';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/lustria/v8/9oRONYodvDEyjuhOnC8zNg.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/lustria/v11/9oRONYodvDEyjuhOnC8zNg.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */
@@ -24,25 +24,25 @@ https://www.google.com/fonts/specimen/Lato
24
24
  font-family: 'Lato';
25
25
  font-style: italic;
26
26
  font-weight: 300;
27
- src: url(https://fonts.gstatic.com/s/lato/v20/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Lato';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Lato';
37
37
  font-style: normal;
38
38
  font-weight: 700;
39
- src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'Medula One';
43
43
  font-style: normal;
44
44
  font-weight: 400;
45
- src: url(https://fonts.gstatic.com/s/medulaone/v12/YA9Wr0qb5kjJM6l2V0yuoiYgtw.ttf) format('truetype');
45
+ src: url(https://fonts.gstatic.com/s/medulaone/v17/YA9Wr0qb5kjJM6l2V0yuoiYgtw.ttf) format('truetype');
46
46
  }
47
47
  /* Font Base
48
48
  ----------------------------------------------------- */
@@ -22,13 +22,13 @@ 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
- src: url(https://fonts.gstatic.com/s/oldstandardtt/v13/MwQsbh3o1vLImiwAVvYawgcf2eVer2q6bHY.ttf) format('truetype');
25
+ src: url(https://fonts.gstatic.com/s/oldstandardtt/v17/MwQsbh3o1vLImiwAVvYawgcf2eVer2q6bHY.ttf) format('truetype');
26
26
  }
27
27
  @font-face {
28
28
  font-family: 'Old Standard TT';
29
29
  font-style: normal;
30
30
  font-weight: 400;
31
- src: url(https://fonts.gstatic.com/s/oldstandardtt/v13/MwQubh3o1vLImiwAVvYawgcf2eVeqlq9.ttf) format('truetype');
31
+ src: url(https://fonts.gstatic.com/s/oldstandardtt/v17/MwQubh3o1vLImiwAVvYawgcf2eVeqlq9.ttf) format('truetype');
32
32
  }
33
33
  /* Font Base
34
34
  ----------------------------------------------------- */
@@ -24,13 +24,13 @@ http://www.google.com/webfonts/specimen/Gentium+Book+Basic
24
24
  font-family: 'Gentium Book Basic';
25
25
  font-style: italic;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v11/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VYF466c.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v14/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VYF466c.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Gentium Book Basic';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v11/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF_.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v14/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF_.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Open Sans';
@@ -25,31 +25,31 @@ https://www.google.com/fonts/specimen/Unica+One
25
25
  font-family: 'Playfair Display';
26
26
  font-style: normal;
27
27
  font-weight: 400;
28
- src: url(https://fonts.gstatic.com/s/playfairdisplay/v25/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
28
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
29
29
  }
30
30
  @font-face {
31
31
  font-family: 'Playfair Display';
32
32
  font-style: normal;
33
33
  font-weight: 700;
34
- src: url(https://fonts.gstatic.com/s/playfairdisplay/v25/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
34
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'Playfair Display SC';
38
38
  font-style: normal;
39
39
  font-weight: 400;
40
- src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v10/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbkMFQ.ttf) format('truetype');
40
+ src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v14/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbkMFQ.ttf) format('truetype');
41
41
  }
42
42
  @font-face {
43
43
  font-family: 'Fauna One';
44
44
  font-style: normal;
45
45
  font-weight: 400;
46
- src: url(https://fonts.gstatic.com/s/faunaone/v8/wlpzgwTPBVpjpCuwkuEB3kZP.ttf) format('truetype');
46
+ src: url(https://fonts.gstatic.com/s/faunaone/v11/wlpzgwTPBVpjpCuwkuEB3kZP.ttf) format('truetype');
47
47
  }
48
48
  @font-face {
49
49
  font-family: 'Unica One';
50
50
  font-style: normal;
51
51
  font-weight: 400;
52
- src: url(https://fonts.gstatic.com/s/unicaone/v8/DPEuYwWHyAYGVTSmalsRcd3b.ttf) format('truetype');
52
+ src: url(https://fonts.gstatic.com/s/unicaone/v11/DPEuYwWHyAYGVTSmalsRcd3b.ttf) format('truetype');
53
53
  }
54
54
  /* Font Base
55
55
  ----------------------------------------------------- */
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Playfair+Display+SC
24
24
  font-family: 'Playfair Display';
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/playfairdisplay/v25/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Playfair Display';
31
31
  font-style: normal;
32
32
  font-weight: 700;
33
- src: url(https://fonts.gstatic.com/s/playfairdisplay/v25/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Playfair Display SC';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v10/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbkMFQ.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v14/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbkMFQ.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */
@@ -25,25 +25,25 @@ http://www.google.com/webfonts/specimen/PT+Serif
25
25
  font-family: 'PT Sans';
26
26
  font-style: normal;
27
27
  font-weight: 400;
28
- src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
28
+ src: url(https://fonts.gstatic.com/s/ptsans/v16/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
29
29
  }
30
30
  @font-face {
31
31
  font-family: 'PT Sans Narrow';
32
32
  font-style: normal;
33
33
  font-weight: 700;
34
- src: url(https://fonts.gstatic.com/s/ptsansnarrow/v12/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_g.ttf) format('truetype');
34
+ src: url(https://fonts.gstatic.com/s/ptsansnarrow/v16/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_g.ttf) format('truetype');
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'PT Serif';
38
38
  font-style: italic;
39
39
  font-weight: 400;
40
- src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRTQgYoZZY2vCFuvAFT_r21dw.ttf) format('truetype');
40
+ src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRTQgYoZZY2vCFuvAFT_r21dw.ttf) format('truetype');
41
41
  }
42
42
  @font-face {
43
43
  font-family: 'PT Serif';
44
44
  font-style: normal;
45
45
  font-weight: 400;
46
- src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
46
+ src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
47
47
  }
48
48
  /* Font Base
49
49
  ----------------------------------------------------- */
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Megrim
24
24
  font-family: 'Megrim';
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/megrim/v11/46kulbz5WjvLqJZVam_k.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/megrim/v14/46kulbz5WjvLqJZVam_k.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Roboto Slab';
31
31
  font-style: normal;
32
32
  font-weight: 300;
33
- src: url(https://fonts.gstatic.com/s/robotoslab/v16/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/robotoslab/v22/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Roboto Slab';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/robotoslab/v16/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/robotoslab/v22/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */
@@ -53,7 +53,7 @@ https://www.google.com/fonts/specimen/Megrim
53
53
  .tl-timeline h5,
54
54
  .tl-timeline h6 {
55
55
  font-family: 'Megrim', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
56
- text-transform: normal;
56
+ text-transform: none;
57
57
  font-weight: 400;
58
58
  font-size: 46px;
59
59
  line-height: 46px;
@@ -92,7 +92,7 @@ https://www.google.com/fonts/specimen/Megrim
92
92
  .tl-timeline .tl-timegroup-message {
93
93
  font-family: 'Megrim', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
94
94
  font-weight: 400;
95
- text-transform: normal;
95
+ text-transform: none;
96
96
  }
97
97
  .tl-timeline .tl-slidenav-next .tl-slidenav-title,
98
98
  .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
@@ -104,7 +104,7 @@ https://www.google.com/fonts/specimen/Megrim
104
104
  .tl-timeline h3.tl-headline-date {
105
105
  font-family: 'Roboto Slab', Georgia, serif !important;
106
106
  font-weight: normal !important;
107
- text-transform: normal !important;
107
+ text-transform: none !important;
108
108
  }
109
109
  .tl-timeline .tl-headline-date small,
110
110
  .tl-timeline h3.tl-headline-date small {
@@ -122,7 +122,7 @@ https://www.google.com/fonts/specimen/Megrim
122
122
  .tl-timeline .tl-timenav-slider .tl-timeaxis {
123
123
  font-family: 'Megrim', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
124
124
  font-weight: 400;
125
- text-transform: normal;
125
+ text-transform: none;
126
126
  }
127
127
  .tl-timeline .tl-menubar {
128
128
  font-family: 'Megrim', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
@@ -136,7 +136,7 @@ https://www.google.com/fonts/specimen/Megrim
136
136
  }
137
137
  input[type="text"].editor-headline {
138
138
  font-family: 'Megrim', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
139
- text-transform: normal;
139
+ text-transform: none;
140
140
  font-weight: 400;
141
141
  font-size: 46px;
142
142
  line-height: 46px;
@@ -24,25 +24,25 @@ https://www.google.com/fonts/specimen/Sintony
24
24
  font-family: 'Rufina';
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/rufina/v8/Yq6V-LyURyLy-aKCpB5g.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/rufina/v11/Yq6V-LyURyLy-aKCpB5g.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Rufina';
31
31
  font-style: normal;
32
32
  font-weight: 700;
33
- src: url(https://fonts.gstatic.com/s/rufina/v8/Yq6W-LyURyLy-aKKHztwu8Za.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/rufina/v11/Yq6W-LyURyLy-aKKHztwu8Za.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Sintony';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/sintony/v8/XoHm2YDqR7-98cVUETMtvw.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/sintony/v11/XoHm2YDqR7-98cVUETMtvw.ttf) format('truetype');
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'Sintony';
43
43
  font-style: normal;
44
44
  font-weight: 700;
45
- src: url(https://fonts.gstatic.com/s/sintony/v8/XoHj2YDqR7-98cVUGYgIr9AJlg.ttf) format('truetype');
45
+ src: url(https://fonts.gstatic.com/s/sintony/v11/XoHj2YDqR7-98cVUGYgIr9AJlg.ttf) format('truetype');
46
46
  }
47
47
  /* Font Base
48
48
  ----------------------------------------------------- */
@@ -22,19 +22,19 @@
22
22
  font-family: 'Ubuntu';
23
23
  font-style: italic;
24
24
  font-weight: 300;
25
- src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf) format('truetype');
25
+ src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf) format('truetype');
26
26
  }
27
27
  @font-face {
28
28
  font-family: 'Ubuntu';
29
29
  font-style: normal;
30
30
  font-weight: 300;
31
- src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype');
31
+ src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype');
32
32
  }
33
33
  @font-face {
34
34
  font-family: 'Ubuntu';
35
35
  font-style: normal;
36
36
  font-weight: 500;
37
- src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jsGyI.ttf) format('truetype');
37
+ src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jsGyI.ttf) format('truetype');
38
38
  }
39
39
  /* Font Base
40
40
  ----------------------------------------------------- */
@@ -24,19 +24,19 @@ https://www.google.com/fonts/specimen/Unica+One
24
24
  font-family: 'Vollkorn';
25
25
  font-style: italic;
26
26
  font-weight: 400;
27
- src: url(https://fonts.gstatic.com/s/vollkorn/v17/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWlmeObE.ttf) format('truetype');
27
+ src: url(https://fonts.gstatic.com/s/vollkorn/v19/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWlmeObE.ttf) format('truetype');
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'Vollkorn';
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url(https://fonts.gstatic.com/s/vollkorn/v17/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHmmZ.ttf) format('truetype');
33
+ src: url(https://fonts.gstatic.com/s/vollkorn/v19/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHmmZ.ttf) format('truetype');
34
34
  }
35
35
  @font-face {
36
36
  font-family: 'Unica One';
37
37
  font-style: normal;
38
38
  font-weight: 400;
39
- src: url(https://fonts.gstatic.com/s/unicaone/v8/DPEuYwWHyAYGVTSmalsRcd3b.ttf) format('truetype');
39
+ src: url(https://fonts.gstatic.com/s/unicaone/v11/DPEuYwWHyAYGVTSmalsRcd3b.ttf) format('truetype');
40
40
  }
41
41
  /* Font Base
42
42
  ----------------------------------------------------- */