From c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 13 Jan 2020 13:42:57 -0800 Subject: [PATCH] Add missing font-awesome file in cache --- worker.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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', ]) ) ) -- 2.41.0