aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 9ccc449..e060360 100644
--- a/worker.js
+++ b/worker.js
@@ -18,6 +18,21 @@ self.addEventListener('install', event => {
18 'webfonts/raleway/raleway-v14-latin-regular.woff2', 18 'webfonts/raleway/raleway-v14-latin-regular.woff2',
19 'webfonts/lato/lato-v16-latin-regular.woff', 19 'webfonts/lato/lato-v16-latin-regular.woff',
20 'webfonts/lato/lato-v16-latin-regular.woff2', 20 'webfonts/lato/lato-v16-latin-regular.woff2',
21 'webfonts/fa-brands-400.woff',
22 'webfonts/fa-brands-400.woff2',
23 'webfonts/fa-brands-400.svg',
24 'webfonts/fa-brands-400.ttf',
25 'webfonts/fa-brands-400.eot',
26 'webfonts/fa-regular-400.woff',
27 'webfonts/fa-regular-400.woff2',
28 'webfonts/fa-regular-400.svg',
29 'webfonts/fa-regular-400.ttf',
30 'webfonts/fa-regular-400.eot',
31 'webfonts/fa-solid-900.woff',
32 'webfonts/fa-solid-900.woff2',
33 'webfonts/fa-solid-900.svg',
34 'webfonts/fa-solid-900.ttf',
35 'webfonts/fa-solid-900.eot',
21 ]) 36 ])
22 ) 37 )
23 ) 38 )