diff --git a/lib/public/service-worker.js b/lib/public/service-worker.js index fa48f60..7038d31 100644 --- a/lib/public/service-worker.js +++ b/lib/public/service-worker.js @@ -1,4 +1,4 @@ -// Worker v10 +// Worker v11 self.addEventListener('install', (event) => { event.waitUntil( @@ -7,7 +7,7 @@ self.addEventListener('install', (event) => { '/', '/favicon.ico', '/scripts.js?5', - '/style.css?6', + '/style.css?7', '/about?2', '/icon-512.png', ]) diff --git a/lib/public/style.css b/lib/public/style.css index 2866b2a..0e75619 100644 --- a/lib/public/style.css +++ b/lib/public/style.css @@ -1,7 +1,7 @@ /* Define platform-specific typefaces */ @font-face { - font-family: system; + font-family: "system"; font-style: normal; font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); @@ -46,7 +46,7 @@ } body { - font-family:-apple-system; "system"; + font-family:-apple-system, "system"; display: flex; flex-direction: column; min-height: 100vh; diff --git a/lib/views/404.ejs b/lib/views/404.ejs index 9e8c670..6b5e504 100644 --- a/lib/views/404.ejs +++ b/lib/views/404.ejs @@ -2,7 +2,10 @@
-