From c36bc3121864b740dee7d65e6472fb09dbde2c85 Mon Sep 17 00:00:00 2001 From: Tim De Groote Date: Thu, 27 May 2021 11:09:26 +0200 Subject: [PATCH 1/2] Change font url from static to static.focus --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 1467c52..c44c9b5 100644 --- a/index.css +++ b/index.css @@ -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, From 236d0f2c223f47f9d1ca532e8c0e0ad12cff768f Mon Sep 17 00:00:00 2001 From: Tim De Groote Date: Thu, 3 Jun 2021 06:47:34 +0200 Subject: [PATCH 2/2] Bump version to 2.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e85a0..ae5d041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f032239..6a91ea0 100644 --- a/package.json +++ b/package.json @@ -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": {