diff --git a/.changeset/hot-toys-compare.md b/.changeset/hot-toys-compare.md new file mode 100644 index 0000000000..5b79b64166 --- /dev/null +++ b/.changeset/hot-toys-compare.md @@ -0,0 +1,5 @@ +--- +'@sumup-oss/design-tokens': major +--- + +Changed the default font from Aktiv Grotesk to Inter, a variable font. Variable fonts combine a continuous range of weights and other "axes" into a single file. This speeds up page load times and enables more creative freedom. Inter is a close match to Aktiv Grotesk, so users shouldn't notice a difference. diff --git a/.changeset/itchy-geckos-protect.md b/.changeset/itchy-geckos-protect.md new file mode 100644 index 0000000000..fb94a4db72 --- /dev/null +++ b/.changeset/itchy-geckos-protect.md @@ -0,0 +1,5 @@ +--- +'@sumup-oss/design-tokens': major +--- + +Added a new `@sumup-oss/design-tokens/fonts.css` file containing the `@font-face` declarations to load the Inter font family. Refer to the documentation on [how to load fonts in your application](https://github.com/sumup-oss/circuit-ui/tree/main/packages/design-tokens#fonts). diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 0eb2b1f8c5..27d8284f99 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -4,46 +4,20 @@ /> -