diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index b49382e38..9c1d57408 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -7,14 +7,14 @@ /> - 0123456789 + 0123456789 - 8888888888
Inter Variable
@@ -64,7 +64,7 @@ export default function CodeBlockPage() { consistency, simplicity and excellence.

- 0123456789 + 0123456789 - 8888888888

Centering

Contained

diff --git a/apps/docs/app/playground/typography/typo.css b/apps/docs/app/playground/typography/typo.css index aa950f906..33b7722c2 100644 --- a/apps/docs/app/playground/typography/typo.css +++ b/apps/docs/app/playground/typography/typo.css @@ -10,7 +10,7 @@ font-family: "ABC Favorit Mono"; font-style: normal; font-weight: 400; - src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/ABCFavoritMono-Regular.woff2") format("woff2-variations"); + src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/alternative/ABCFavoritMono-Regular.woff2") format("woff2-variations"); font-display: fallback; } @@ -18,7 +18,7 @@ font-family: "ABC Favorit"; font-style: normal; font-weight: 100 900; - src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/ABCFavoritVariable.woff2") format("woff2-variations"); + src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/alternative/ABCFavoritVariable.woff2") format("woff2-variations"); font-display: fallback; } diff --git a/packages/tokens/src/tokens/asset/fonts.tokens.json b/packages/tokens/src/tokens/asset/fonts.tokens.json index 132bfda64..12270e02c 100644 --- a/packages/tokens/src/tokens/asset/fonts.tokens.json +++ b/packages/tokens/src/tokens/asset/fonts.tokens.json @@ -12,7 +12,7 @@ "ABC Favorit Mono": { "normal": { "400": { - "value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/ABCFavoritMono-Regular.woff2", + "value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/alternative/ABCFavoritMono-Regular.woff2", "formats": ["woff2-variations"] } } @@ -20,7 +20,7 @@ "ABC Favorit": { "normal": { "100 900": { - "value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/ABCFavoritVariable.woff2", + "value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/alternative/ABCFavoritVariable.woff2", "formats": ["woff2-variations"] } }