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 @@ - Facebook Events to iCal Converter | 404 + + + + Facebook Events to iCal Converter | about diff --git a/lib/views/about.ejs b/lib/views/about.ejs index 5c0b0a8..9e3b471 100644 --- a/lib/views/about.ejs +++ b/lib/views/about.ejs @@ -3,7 +3,7 @@ - + Facebook Events to iCal Converter | about diff --git a/lib/views/error.ejs b/lib/views/error.ejs index d932ea8..d28397d 100644 --- a/lib/views/error.ejs +++ b/lib/views/error.ejs @@ -2,7 +2,10 @@ - Facebook Events to iCal Converter | error + + + + Facebook Events to iCal Converter | about diff --git a/lib/views/index.ejs b/lib/views/index.ejs index abe076a..35a57c1 100644 --- a/lib/views/index.ejs +++ b/lib/views/index.ejs @@ -5,7 +5,7 @@ - + Facebook Event to iCal Converter