Skip to content

Commit caa1db4

Browse files
authored
Update service-worker.js
1 parent 0bd9eef commit caa1db4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

service-worker.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,21 @@ const FILES_TO_CACHE = [
4141
'/fonts/fonts.css',
4242

4343
'/fonts/Mono-Sans/MonoSans-Regular.woff2',
44+
'/fonts/Mono-Sans/MonoSans-Italic.woff2',
4445
'/fonts/Mono-Sans/MonoSans-Bold.woff2',
46+
'/fonts/Mono-Sans/MonoSans-BoldItalic.woff2',
4547

4648
'/fonts/Inter/Inter-Regular.woff2',
49+
'/fonts/Inter/Inter-Italic.woff2',
4750
'/fonts/Inter/Inter-Medium.woff2',
4851
'/fonts/Inter/Inter-SemiBold.woff2',
52+
'/fonts/Inter/Inter-SemiBoldItalic.woff2',
4953
'/fonts/Inter/Inter-Bold.woff2',
5054

5155
'/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',
5259

5360
'https://plausible.io/js/plausible.js',
5461

0 commit comments

Comments
 (0)