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

Commit

Permalink
fix: font styling between browsers
Browse files Browse the repository at this point in the history
* update guided install to use normal font weights
* update section headers to use normal font weights
  • Loading branch information
aswanson-nr committed May 10, 2022
1 parent 483f710 commit 1230243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/GuidedInstallTileMostPopular.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const GuidedInstallTileMostPopular = () => {
css={css`
font-family: 'Söhne-Buch';
font-weight: normal;
font-size: 18px;
line-height: 24px;
margin: 0;
Expand Down Expand Up @@ -148,6 +149,7 @@ const GuidedInstallTileMostPopular = () => {
size={Button.SIZE.SMALL}
css={css`
background: none;
font-weight: normal;
font-size: 18px;
font-family: 'Söhne-Leicht';
padding: 0 0 3px 0;
Expand Down
3 changes: 3 additions & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ const QuickstartsPage = ({ data, location }) => {
line-height: 36px;
margin-bottom: 12px;
letter-spacing: -0.5px;
font-weight: normal;
`}
>
Category
Expand Down Expand Up @@ -537,6 +538,7 @@ const QuickstartsPage = ({ data, location }) => {
line-height: 36px;
letter-spacing: -0.5px;
color: #1d252c;
font-weight: normal;
}
@media screen and (max-width: ${QUICKSTARTS_COLLAPSE_BREAKPOINT}) {
padding: 0 0 0.5rem;
Expand Down Expand Up @@ -583,6 +585,7 @@ const QuickstartsPage = ({ data, location }) => {
line-height: 36px;
letter-spacing: -0.5px;
color: #1d252c;
font-weight: normal;
}
@media screen and (max-width: ${QUICKSTARTS_COLLAPSE_BREAKPOINT}) {
padding: 0 0 0.5rem;
Expand Down

0 comments on commit 1230243

Please sign in to comment.