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 #16 from teamleadercrm/font-face-specify-font-weights
Browse files Browse the repository at this point in the history
Add font weight range to the @font-face definition
  • Loading branch information
driesd authored Mar 12, 2021
2 parents dfabf27 + 5e9bde3 commit 1c34735
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

### Fixed

## [2.0.1] - 2021-03-12

### Added

- `@font-face`: added font weight range to the font face definition. ([@driesd](https://github.com/driesd) in [#16])

## [2.0.0] - 2021-03-03

### Added
Expand Down
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@font-face {
font-display: swap;
font-family: 'Inter';
font-weight: 100 900;
src: url('https://static.teamleader.eu/fonts/Inter.var.woff2') format('woff2');
}

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": "2.0.0",
"version": "2.0.1",
"description": "Teamleader UI typography",
"main": "index.css",
"repository": {
Expand Down

0 comments on commit 1c34735

Please sign in to comment.