diff --git a/src/components/pages/ambassadors/AmbassadorsLandingSection.tsx b/src/components/pages/ambassadors/AmbassadorsLandingSection.tsx index fc5da233..af4c5086 100644 --- a/src/components/pages/ambassadors/AmbassadorsLandingSection.tsx +++ b/src/components/pages/ambassadors/AmbassadorsLandingSection.tsx @@ -2,8 +2,6 @@ import styled from 'styled-components' import { deviceBreakPoints } from '../../../styles/global-style' import sunriseSrc from '../../../images/sunrise-in-ch.jpg' import AmbassadorsSectionContainer from './AmbassadorsSectionContainer' -import Columns from '../../Columns/Columns' -import Column from '../../Columns/Column' export type AmbassadorsLandingSectionContentType = { tagline: string diff --git a/src/fonts/Switzer-Variable.ttf b/src/fonts/Switzer-Variable.ttf new file mode 100644 index 00000000..d6e5cc4a Binary files /dev/null and b/src/fonts/Switzer-Variable.ttf differ diff --git a/src/pages/ambassadors.tsx b/src/pages/ambassadors.tsx index 9d0bce0e..ca5a9ac6 100644 --- a/src/pages/ambassadors.tsx +++ b/src/pages/ambassadors.tsx @@ -62,7 +62,7 @@ const Wrapper = styled.div` } font-size: 18px; // Slighty increase base font size for marketing content line-height: 24px; - font-family: 'Helvetica Now', 'Helvetica Neue', 'Inter'; // Trial. + font-family: 'Switzer', 'Helvetica Neue', 'Inter'; // Trial. background-color: ${({ theme }) => theme.bgPrimary}; a { diff --git a/src/pages/hackathon.tsx b/src/pages/hackathon.tsx index f7feab98..834a124e 100644 --- a/src/pages/hackathon.tsx +++ b/src/pages/hackathon.tsx @@ -91,7 +91,7 @@ const NavigationMenuStyled = styled(NavigationMenu)` ` const Wrapper = styled.div` - font-family: 'Helvetica Now', 'Helvetica Neue', 'Inter'; // Trial. + font-family: 'Switzer', 'Helvetica Neue', 'Inter'; // Trial. // Some simple specific styles for text focused pages like the hackathon one. * { diff --git a/src/styles/typography.css b/src/styles/typography.css index 170fd2ce..a280e42d 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -23,9 +23,9 @@ } @font-face { - font-family: 'Helvetica Now'; + font-family: 'Switzer'; font-weight: 100 1000; - src: url('../fonts/Helvetica-Now.woff') format('woff'); + src: url('../fonts/Switzer-Variable.ttf') format('truetype'); } h2,