diff --git a/.nowignore b/.nowignore
new file mode 100644
index 000000000..6f4a05f37
--- /dev/null
+++ b/.nowignore
@@ -0,0 +1,4 @@
+node_modules/
+public/
+.cache/
+.npmrc
\ No newline at end of file
diff --git a/packages/example/static/fonts/IBMPlexSansLatin-Italic-VF.woff2 b/packages/example/static/fonts/IBMPlexSansLatin-Italic-VF.woff2
deleted file mode 100644
index fe9d88385..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansLatin-Italic-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/IBMPlexSansLatin-VF.woff2 b/packages/example/static/fonts/IBMPlexSansLatin-VF.woff2
deleted file mode 100644
index 5d46dcb32..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansLatin-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/IBMPlexSansLatinExt-Italic-VF.woff2 b/packages/example/static/fonts/IBMPlexSansLatinExt-Italic-VF.woff2
deleted file mode 100644
index afa5b3c93..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansLatinExt-Italic-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/IBMPlexSansLatinExt-VF.woff2 b/packages/example/static/fonts/IBMPlexSansLatinExt-VF.woff2
deleted file mode 100644
index 69db455cd..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansLatinExt-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/IBMPlexSansOther-Italic-VF.woff2 b/packages/example/static/fonts/IBMPlexSansOther-Italic-VF.woff2
deleted file mode 100644
index de6a041d0..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansOther-Italic-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/IBMPlexSansOther-VF.woff2 b/packages/example/static/fonts/IBMPlexSansOther-VF.woff2
deleted file mode 100644
index cdb29fc5a..000000000
Binary files a/packages/example/static/fonts/IBMPlexSansOther-VF.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Cyrillic.woff2 b/packages/example/static/fonts/mono/IBMPlexMono-Regular-Cyrillic.woff2
deleted file mode 100644
index fca33b8aa..000000000
Binary files a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Cyrillic.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin1.woff2 b/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin1.woff2
deleted file mode 100644
index 0f61df15d..000000000
Binary files a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin1.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin2.woff2 b/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin2.woff2
deleted file mode 100644
index ece7e4cb6..000000000
Binary files a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin2.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin3.woff2 b/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin3.woff2
deleted file mode 100644
index 6bef968e3..000000000
Binary files a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Latin3.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Pi.woff2 b/packages/example/static/fonts/mono/IBMPlexMono-Regular-Pi.woff2
deleted file mode 100644
index a4c7787cd..000000000
Binary files a/packages/example/static/fonts/mono/IBMPlexMono-Regular-Pi.woff2 and /dev/null differ
diff --git a/packages/example/static/fonts/src/IBMPlexSans-Italic-VF.ttf b/packages/example/static/fonts/src/IBMPlexSans-Italic-VF.ttf
deleted file mode 100755
index 473e284c3..000000000
Binary files a/packages/example/static/fonts/src/IBMPlexSans-Italic-VF.ttf and /dev/null differ
diff --git a/packages/example/static/fonts/src/IBMPlexSans-VF.ttf b/packages/example/static/fonts/src/IBMPlexSans-VF.ttf
deleted file mode 100755
index 44e2c2291..000000000
Binary files a/packages/example/static/fonts/src/IBMPlexSans-VF.ttf and /dev/null differ
diff --git a/packages/example/static/fonts/subset.sh b/packages/example/static/fonts/subset.sh
deleted file mode 100644
index 2621952b5..000000000
--- a/packages/example/static/fonts/subset.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-LATIN="U+0020-00FF"
-LATINEXT="U+0100-1EF9"
-PUNCTUATION="U+2000-FB02"
-ARROWS="U+2190-21c6"
-
-pyftsubset src/IBMPlexSans-Italic-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$LATIN --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansLatin-Italic-VF.woff2;
-pyftsubset src/IBMPlexSans-Italic-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$LATINEXT --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansLatinExt-Italic-VF.woff2;
-pyftsubset src/IBMPlexSans-Italic-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$PUNCTUATION --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansOther-Italic-VF.woff2;
-
-pyftsubset src/IBMPlexSans-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$LATIN,$ARROWS --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansLatin-VF.woff2;
-pyftsubset src/IBMPlexSans-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$LATINEXT --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansLatinExt-VF.woff2;
-pyftsubset src/IBMPlexSans-VF.ttf --passthrough-tables --layout-features+="*" --unicodes=$PUNCTUATION --flavor="woff2" --ignore-missing-glyphs --output-file=IBMPlexSansOther-VF.woff2;
\ No newline at end of file
diff --git a/packages/gatsby-theme-carbon/gatsby-ssr.js b/packages/gatsby-theme-carbon/gatsby-ssr.js
index 297210c4a..d95ed7c46 100644
--- a/packages/gatsby-theme-carbon/gatsby-ssr.js
+++ b/packages/gatsby-theme-carbon/gatsby-ssr.js
@@ -32,10 +32,10 @@ export const onRenderBody = ({ setHeadComponents, setBodyAttributes }) => {
,