diff --git a/index.html b/index.html
index 7ae5cffa..51cba30f 100644
--- a/index.html
+++ b/index.html
@@ -132,7 +132,10 @@
media="screen and (device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
href="/splash_screens/8.3__iPad_Mini_portrait.png">
-
+
+
+
+
diff --git a/src/assets/css/index.css b/src/assets/css/index.css
index 0915ddf0..5b42a899 100644
--- a/src/assets/css/index.css
+++ b/src/assets/css/index.css
@@ -4,12 +4,10 @@
html,
body {
- @apply bg-background-main font-hack text-type-text;
+ @apply bg-background-main font-main text-type-text;
min-height: 100vh;
min-height: 100dvh;
- font-size: 0.97em;
- letter-spacing: 0.01em;
- word-spacing: -0.12em;
+ font-size: 1.0235em;
}
html[data-full],
diff --git a/src/components/layout/BrandPill.tsx b/src/components/layout/BrandPill.tsx
index 109dbd2c..c38fe63c 100644
--- a/src/components/layout/BrandPill.tsx
+++ b/src/components/layout/BrandPill.tsx
@@ -5,7 +5,7 @@ import { Icon, Icons } from "@/components/Icon";
export function BrandPill(props: {
clickable?: boolean;
- hideTextOnMobile?: boolean;
+ // hideTextOnMobile?: boolean;
backgroundClass?: string;
}) {
const { t } = useTranslation();
@@ -20,15 +20,7 @@ export function BrandPill(props: {
: "",
)}
>
-
-
- {t("global.name")}
-
+
);
}
diff --git a/src/components/player/atoms/NextEpisodeButton.tsx b/src/components/player/atoms/NextEpisodeButton.tsx
index f00ba6e3..3d760900 100644
--- a/src/components/player/atoms/NextEpisodeButton.tsx
+++ b/src/components/player/atoms/NextEpisodeButton.tsx
@@ -1,5 +1,5 @@
import classNames from "classnames";
-import React, { useCallback, useEffect } from "react";
+import React, { useCallback } from "react";
import { useTranslation } from "react-i18next";
import { Icon, Icons } from "@/components/Icon";
diff --git a/tailwind.config.ts b/tailwind.config.ts
index defc4700..9448a59f 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -16,7 +16,7 @@ const config: Config = {
/* fonts */
fontFamily: {
- "hack": "'Hack'",
+ "main": "'DM Sans'",
},
/* animations */