From 2823b9cd513f0800186896709b0aac452962ca10 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 9 Apr 2024 15:01:52 +0200 Subject: Fix broken link --- blog/2024-04-05/variable-css-font-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-04-05/variable-css-font-features.mdx b/blog/2024-04-05/variable-css-font-features.mdx index 28708e8..01c83ef 100644 --- a/blog/2024-04-05/variable-css-font-features.mdx +++ b/blog/2024-04-05/variable-css-font-features.mdx @@ -26,7 +26,7 @@ As the first post on my blog, I decided to write something a bit more practical I selected [Recursive] as the font family for this site, which is an open source font available under the OFL-1.1. It is a [variable font](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide), which means it defines a number of 'variation axes' (parameters) to seamlessly change the shape of the letters. This saved me a lot of headache about selecting a matching font for headings or for code, since all is included in a single font family. -[Recursive]: https://www.recurisve.design/ +[Recursive]: https://www.recursive.design/ In this post, I'll explain how I set up and use the **variation axes** of the font in CSS, how I created a custom subset with OpenType **font features,** and how I made the font features **automatically switch on and off** based on the variation axes' settings. -- cgit v1.2.3-54-g00ecf