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 => { 'webfonts/raleway/raleway-v14-latin-regular.woff2', 'webfonts/lato/lato-v16-latin-regular.woff', 'webfonts/lato/lato-v16-latin-regular.woff2', + 'webfonts/fa-brands-400.woff', + 'webfonts/fa-brands-400.woff2', + 'webfonts/fa-brands-400.svg', + 'webfonts/fa-brands-400.ttf', + 'webfonts/fa-brands-400.eot', + 'webfonts/fa-regular-400.woff', + 'webfonts/fa-regular-400.woff2', + 'webfonts/fa-regular-400.svg', + 'webfonts/fa-regular-400.ttf', + 'webfonts/fa-regular-400.eot', + 'webfonts/fa-solid-900.woff', + 'webfonts/fa-solid-900.woff2', + 'webfonts/fa-solid-900.svg', + 'webfonts/fa-solid-900.ttf', + 'webfonts/fa-solid-900.eot', ]) ) )