diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-13 13:42:57 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-13 13:42:57 -0800 |
commit | c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7 (patch) | |
tree | 897cc8b292f9152365ab6c36969189b6bd0f0a00 | |
parent | ab76270ca917e62427461a7a7a2bf534ff78009d (diff) | |
download | homer-c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7.tar.gz homer-c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7.tar.zst homer-c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7.zip |
Add missing font-awesome file in cache
-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 | ) |