From dd9f954bd9208f266c4a8a4918f0a495c6811601 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 29 Jan 2020 18:27:01 +0100 Subject: Removed woff fonts --- sw.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw.js') diff --git a/sw.js b/sw.js index 901f721..0e5ef4e 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-v1"; +const static_cache_name = "site-static-v1.0.3"; // Got them with du -a and minor cleaning up const assets = [ "/img/avatars/asijanec.png", @@ -24,12 +24,9 @@ const assets = [ "/fonts/materialicons.woff2", "/fonts/fa-regular-400.eot", - "/fonts/fa-regular-400.woff", "/fonts/fa-regular-400.woff2", - "/fonts/fa-solid-900.woff", "/fonts/fa-solid-900.woff2", "/fonts/fa-solid-900.eot", - "/fonts/fa-brands-400.woff", "/fonts/fa-brands-400.woff2", "/fonts/fa-brands-400.eot", -- cgit v1.2.3