From 2b459f67eca29c51e512ebaa409f5fc01c0c793e Mon Sep 17 00:00:00 2001 From: Franck Gaudin Date: Mon, 18 Dec 2023 10:16:53 -0500 Subject: [PATCH] chore(fonts): test the new CDN url (#118) --- apps/docs/app/playground/typography/typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/app/playground/typography/typo.css b/apps/docs/app/playground/typography/typo.css index f20522b6d..d4adca11a 100644 --- a/apps/docs/app/playground/typography/typo.css +++ b/apps/docs/app/playground/typography/typo.css @@ -2,7 +2,7 @@ font-family: "ABC Favorit"; font-style: normal; font-weight: 410; - src: url("https://assets.workleap-dev.com/hopper/fonts/ABCFavorit-Regular.otf") format("opentype"); + src: url("https://cdn.platform.workleap-dev.com/hopper/fonts/ABCFavorit-Regular.otf") format("opentype"); font-display: fallback; }