We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd9eef commit caa1db4Copy full SHA for caa1db4
1 file changed
service-worker.js
@@ -41,14 +41,21 @@ const FILES_TO_CACHE = [
41
'/fonts/fonts.css',
42
43
'/fonts/Mono-Sans/MonoSans-Regular.woff2',
44
+ '/fonts/Mono-Sans/MonoSans-Italic.woff2',
45
'/fonts/Mono-Sans/MonoSans-Bold.woff2',
46
+ '/fonts/Mono-Sans/MonoSans-BoldItalic.woff2',
47
48
'/fonts/Inter/Inter-Regular.woff2',
49
+ '/fonts/Inter/Inter-Italic.woff2',
50
'/fonts/Inter/Inter-Medium.woff2',
51
'/fonts/Inter/Inter-SemiBold.woff2',
52
+ '/fonts/Inter/Inter-SemiBoldItalic.woff2',
53
'/fonts/Inter/Inter-Bold.woff2',
54
55
'/fonts/Roboto-Mono/RobotoMono-Regular.woff2',
56
+ '/fonts/Roboto-Mono/RobotoMono-Italic.woff2',
57
+ '/fonts/Roboto-Mono/RobotoMono-Bold.woff2',
58
+ '/fonts/Roboto-Mono/RobotoMono-BoldItalic.woff2',
59
60
'https://plausible.io/js/plausible.js',
61
0 commit comments