diff --git a/components/HeroContentLeft/HeroContentLeft.tsx b/components/HeroContentLeft/HeroContentLeft.tsx index 718b821a..ec187791 100644 --- a/components/HeroContentLeft/HeroContentLeft.tsx +++ b/components/HeroContentLeft/HeroContentLeft.tsx @@ -28,6 +28,7 @@ const useStyles = createStyles((theme) => ({ title: { color: theme.white, + fontFamily: `Greycliff CF, ${theme.fontFamily}`, fontSize: 60, fontWeight: 900, lineHeight: 1.1,