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

Commit

Permalink
Merge pull request #14 from teamleadercrm/apply-latest-design-changes
Browse files Browse the repository at this point in the history
Apply latest design changes
  • Loading branch information
driesd authored Nov 19, 2020
2 parents 6f88de6 + c757e53 commit db7fc88
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@

### Fixed

## [1.0.0] - 2020-11-19

### Changed

- `.heading-1`: changed font-family from SemiBold to Bold. ([@driesd](https://github.com/driesd) in [#14])

### Fixed

- `strong`: fixed the font-weight of `strong` elements inside text & ui-text. ([@driesd](https://github.com/driesd) in [#14])

## [0.2.4] - 2020-03-25

### Added
Expand Down
4 changes: 3 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,16 @@

.text strong {
font-family: var(--font-family-semi-bold);
font-weight: normal;
}

.ui-text strong {
font-family: var(--font-family-bold);
font-weight: normal;
}

.heading-1 {
font-family: var(--font-family-semi-bold);
font-family: var(--font-family-bold);
font-size: calc(2.4 * var(--unit));
line-height: calc(3.0 * var(--unit));
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui-typography",
"private": false,
"version": "0.2.4",
"version": "1.0.0",
"description": "Teamleader UI typography",
"main": "index.css",
"repository": {
Expand Down

0 comments on commit db7fc88

Please sign in to comment.