Skip to content

Commit

Permalink
New copy of Open Sans (#786)
Browse files Browse the repository at this point in the history
Reverts prior line-height change to bold weight.

Closes #775.
  • Loading branch information
davidtheclark authored and David Clark committed Jul 2, 2017
1 parent 686a49d commit aa643c3
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 4 deletions.
Binary file modified fonts/opensans-bold.woff
Binary file not shown.
Binary file modified fonts/opensans-bold.woff2
Binary file not shown.
Binary file modified fonts/opensans-bolditalic.woff
Binary file not shown.
Binary file modified fonts/opensans-bolditalic.woff2
Binary file not shown.
Binary file modified fonts/opensans-italic.woff
Binary file not shown.
Binary file modified fonts/opensans-italic.woff2
Binary file not shown.
Binary file modified fonts/opensans-light.woff
Binary file not shown.
Binary file modified fonts/opensans-light.woff2
Binary file not shown.
Binary file modified fonts/opensans-regular.woff
Binary file not shown.
Binary file modified fonts/opensans-regular.woff2
Binary file not shown.
2 changes: 0 additions & 2 deletions src/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ textarea {
*/
.txt-bold {
font-weight: bold !important;
/* prevent bold text inside inline text from offsetting line height */
line-height: 1em;
}

/**
Expand Down
2 changes: 0 additions & 2 deletions test/__snapshots__/build-css.jest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ textarea{
}
.txt-bold{
font-weight:bold !important;
line-height:1em;
}
.txt-h1{
font-size:45px;
Expand Down Expand Up @@ -17327,7 +17326,6 @@ textarea{
}
.txt-bold{
font-weight:bold !important;
line-height:1em;
}
.txt-h1{
font-size:45px;
Expand Down

0 comments on commit aa643c3

Please sign in to comment.