Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: remove unneeded hardcoded font-weights
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 10, 2022
1 parent 20bfcf2 commit 483f710
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/components/GuidedInstallTileMostPopular.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const GuidedInstallTileMostPopular = () => {
css={css`
font-size: 18px;
font-family: 'Söhne-Leicht';
font-weight: 800;
line-height: 24px;
color: #898e91;
`}
Expand All @@ -114,7 +113,6 @@ const GuidedInstallTileMostPopular = () => {
<p
css={css`
font-size: 24px;
font-weight: 800;
font-family: 'Söhne-Leicht';
letter-spacing: -0.025em;
line-height: 32px;
Expand Down
4 changes: 0 additions & 4 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ const QuickstartsPage = ({ data, location }) => {
padding: 0.5rem 0 0 0.5rem;
font-family: 'Söhne-Buch';
font-size: 28px;
font-weight: 400;
line-height: 36px;
margin-bottom: 12px;
letter-spacing: -0.5px;
Expand Down Expand Up @@ -475,7 +474,6 @@ const QuickstartsPage = ({ data, location }) => {
padding: 8px 12px;
font-family: 'Söhne-Buch';
font-size: 18px;
font-weight: 400;
line-height: 54px;
background: ${category === value
? 'var(--divider-color)'
Expand Down Expand Up @@ -536,7 +534,6 @@ const QuickstartsPage = ({ data, location }) => {
strong {
font-family: 'Söhne-Leicht';
font-size: 28px;
font-weight: 600;
line-height: 36px;
letter-spacing: -0.5px;
color: #1d252c;
Expand Down Expand Up @@ -583,7 +580,6 @@ const QuickstartsPage = ({ data, location }) => {
strong {
font-family: 'Söhne-Leicht';
font-size: 28px;
font-weight: 600;
line-height: 36px;
letter-spacing: -0.5px;
color: #1d252c;
Expand Down

0 comments on commit 483f710

Please sign in to comment.