Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Delete other font families without fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed May 28, 2024
1 parent fad4644 commit bc3a0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions components/elements/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,13 @@ export const HomePageButton = styled.button`
color: white;
border: none;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 150%;
a {
color: white;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 16px;
Expand Down
7 changes: 3 additions & 4 deletions components/pages/app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { Unless } from 'react-if';
import { useTranslation } from 'react-i18next';

import {
BLOCKS_PATH,
HOME_PATH,
ORGANIZATIONS_PATH,
PROCESSES_PATH,
BLOCKS_PATH,
TRANSACTIONS_PATH,
VALIDATORS_PATH,
STATS_PATH,
TOOLS_PATH,
TRANSACTIONS_PATH,
VALIDATORS_PATH,
VERIFY,
} from '@const/routes';

Expand Down Expand Up @@ -290,7 +290,6 @@ const CTAButton = ({ url, children }: ILinkItemProps) => {

const CTA = styled(Link)`
color: inherit;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 12.8px;
Expand Down

0 comments on commit bc3a0e8

Please sign in to comment.