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 #17 from teamleadercrm/change-url-to-focus
Browse files Browse the repository at this point in the history
Change url to focus
  • Loading branch information
timdegroote authored Jun 3, 2021
2 parents 1c34735 + 236d0f2 commit d60f87b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.2] - 2021-06-03

### Changed

- Changed the font url from static.teamleader.eu to static.focus.teamleader.eu

## [2.0.1] - 2021-03-12

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

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

0 comments on commit d60f87b

Please sign in to comment.