diff options
-rw-r--r-- | worker.js | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 | ) |