Skip to content

Commit

Permalink
moved font files on the CDN to allow for better caching invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Mar 12, 2024
1 parent d455093 commit ff837a5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions packages/tokens/src/tokens/asset/fonts.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,24 @@
"Inter": {
"normal": {
"100 900": {
"value": "https://cdn.platform.workleap.com/hopper/fonts/InterVariable.woff2",
"formats": ["woff2-variations"],
"fontcategory": "sans-serif"
"value": "https://cdn.platform.workleap.com/hopper/fonts/inter/v4/InterVariable.woff2",
"formats": ["woff2-variations"]
}
}
},
"ABC Favorit Mono": {
"normal": {
"400": {
"value": "https://cdn.platform.workleap.com/hopper/fonts/ABCFavoritMono-Regular.woff2",
"formats": ["woff2-variations"],
"fontcategory": "sans-serif"
"value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/ABCFavoritMono-Regular.woff2",
"formats": ["woff2-variations"]
}
}
},
"ABC Favorit": {
"normal": {
"100 900": {
"value": "https://cdn.platform.workleap.com/hopper/fonts/ABCFavoritVariable.woff2",
"formats": ["woff2-variations"],
"fontcategory": "sans-serif"
"value": "https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/ABCFavoritVariable.woff2",
"formats": ["woff2-variations"]
}
}
}
Expand Down

0 comments on commit ff837a5

Please sign in to comment.