diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index fa32d5ee..d401049c 100755
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -1,4 +1,13 @@
-@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 100 900;
+ font-display: swap;
+ src: url('/fonts/inter-var-latin.woff2') format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
+ U+FEFF, U+FFFD;
+}
:root {
--ifm-color-primary: #6565d5;
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 14521e22..e072e45b 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,7 +29,7 @@ const FEATURES = [
description: (
<>
No one has time to practice a few hundred questions. We created the{' '}
-
+
Blind 75 List
{' '}
to tell you which the best questions are.
diff --git a/website/static/fonts/inter-var-latin.woff2 b/website/static/fonts/inter-var-latin.woff2
new file mode 100644
index 00000000..2fbab974
Binary files /dev/null and b/website/static/fonts/inter-var-latin.woff2 differ