Skip to content

Commit

Permalink
Bugfix/1529 font family regression (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb authored Dec 23, 2023
1 parent 6ec3443 commit aefaa63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compare/output/index_bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compare/src/components/atoms/TextDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Label = styled.span`
`;

const Value = styled.span`
font-family ${fonts.latoBold};
font-family: ${fonts.latoBold};
color: ${colors.primaryText};
font-size: 14px;
padding-right: 20px;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"path": "^0.12.7",
"playwright": "^1.40.1",
"portfinder": "^1.0.32",
"puppeteer": "^21.6.1",
"puppeteer": "^21.6.0",
"super-simple-web-server": "^1.1.4",
"temp": "^0.9.4"
}
Expand Down

0 comments on commit aefaa63

Please sign in to comment.