diff --git a/crabfit-frontend/src/pages/Home/Home.tsx b/crabfit-frontend/src/pages/Home/Home.tsx
index 1ccec7d..b37ac67 100644
--- a/crabfit-frontend/src/pages/Home/Home.tsx
+++ b/crabfit-frontend/src/pages/Home/Home.tsx
@@ -162,7 +162,7 @@ const Home = ({ offline }) => {
- {t('home:create')}
+ {t('home:create')}
CRAB FIT
{t('home:nav.about')} / {t('home:nav.donate')}
diff --git a/crabfit-frontend/src/pages/Home/homeStyle.ts b/crabfit-frontend/src/pages/Home/homeStyle.ts
index 3fab52a..a908305 100644
--- a/crabfit-frontend/src/pages/Home/homeStyle.ts
+++ b/crabfit-frontend/src/pages/Home/homeStyle.ts
@@ -22,6 +22,7 @@ export const TitleSmall = styled.span`
text-transform: uppercase;
${props => !props.altChars && `
+ font-family: sans-serif;
font-size: 2rem;
font-weight: 600;
line-height: 1.2em;