Skip to content

Commit

Permalink
chore: remove avenir font
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkaroraa committed Feb 9, 2023
1 parent 96d8ea3 commit 5c86a69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/frontend/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default class MyDocument extends Document {
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Mono:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.cdnfonts.com/css/avenir" rel="stylesheet" />
</Head>
<body>
<Main />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const useStyles = makeStyles((theme) =>
navStartEarningButton: {
backgroundColor: theme.palette.primary.main,
padding: `15px ${vwCalculator(18)}`,
fontFamily: 'Avenir',
fontWeight: 800,
fontSize: '18px',
lineHeight: '130%',
Expand Down Expand Up @@ -223,7 +222,6 @@ const useStyles = makeStyles((theme) =>
contentSectionButton: {
backgroundColor: theme.palette.primary.main,
padding: `14px ${vwCalculator(18)}`,
fontFamily: 'Avenir',
fontWeight: 800,
fontSize: '18px',
lineHeight: '130%',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const useStyles = makeStyles((theme) =>
navStartEarningButton: {
backgroundColor: theme.palette.primary.main,
padding: `10px ${vwCalculator(15)}`,
fontFamily: 'Avenir',
fontWeight: 800,
fontSize: '12px',
lineHeight: '130%',
Expand Down Expand Up @@ -236,7 +235,6 @@ const useStyles = makeStyles((theme) =>
contentSectionButton: {
backgroundColor: theme.palette.primary.main,
padding: `15px ${vwCalculator(10)}`,
fontFamily: 'Avenir',
fontWeight: 800,
fontSize: '14px',
lineHeight: '130%',
Expand Down

0 comments on commit 5c86a69

Please sign in to comment.