diff --git a/joinlemmy-translations b/joinlemmy-translations
index a1c1d46..9c279e8 160000
--- a/joinlemmy-translations
+++ b/joinlemmy-translations
@@ -1 +1 @@
-Subproject commit a1c1d46938a772b2e24451705aef044a08988730
+Subproject commit 9c279e8241b97cd7ee4d7175571862e69f6b7b24
diff --git a/lemmy-docs b/lemmy-docs
index a6e2572..b3584a4 160000
--- a/lemmy-docs
+++ b/lemmy-docs
@@ -1 +1 @@
-Subproject commit a6e2572e4c81f70ef9ae48e16c39265d4714f92c
+Subproject commit b3584a450bfdfaad9f90ade28447c270d33e47bb
diff --git a/lemmy-translations b/lemmy-translations
index 0bc4ee5..8bb90fa 160000
--- a/lemmy-translations
+++ b/lemmy-translations
@@ -1 +1 @@
-Subproject commit 0bc4ee5944d2b5d1f2a83ec558788e7bc5d7a445
+Subproject commit 8bb90fa4a30e6dc2ba4449794e99d6b3325bebb5
diff --git a/src/assets/fonts/CaviarDreams.ttf b/src/assets/fonts/CaviarDreams.ttf
deleted file mode 100644
index 852f454..0000000
Binary files a/src/assets/fonts/CaviarDreams.ttf and /dev/null differ
diff --git a/src/assets/fonts/Inter.woff2 b/src/assets/fonts/Inter.woff2
new file mode 100644
index 0000000..5dba12e
Binary files /dev/null and b/src/assets/fonts/Inter.woff2 differ
diff --git a/src/server/index.tsx b/src/server/index.tsx
index 75f3d15..83929ad 100644
--- a/src/server/index.tsx
+++ b/src/server/index.tsx
@@ -88,7 +88,6 @@ server.get("/*", async (req, res) => {
-
${helmet.link.toString()}
diff --git a/src/style.css b/src/style.css
index c4ba537..4283ef0 100644
--- a/src/style.css
+++ b/src/style.css
@@ -10,3 +10,11 @@
stroke: currentColor;
fill: currentColor;
}
+
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: "Inter";
+ font-style: normal;
+ font-weight: 400;
+ src: url("../assets/fonts/Inter.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}