From 697f03bc5141f86cd64bd696b5d47579414e6f95 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 15 Jul 2026 03:20:21 +1000 Subject: [PATCH] fix: bump cinny for Inter Variable / emoji space metrics Point at cinny 154f4dfd (correct Inter Variable name + emoji unicode-range) and keep the mobile overlay font stack in sync. --- cinny | 2 +- overlay/src/index.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cinny b/cinny index 9c7f718..154f4df 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 9c7f71896c4b827431c83220c80f4f8e8b5a5bde +Subproject commit 154f4dfdb058b9ca6b3ebb8bb363f3df6b14af39 diff --git a/overlay/src/index.css b/overlay/src/index.css index e211462..368e3d3 100644 --- a/overlay/src/index.css +++ b/overlay/src/index.css @@ -45,7 +45,7 @@ --mx-uc-8: hsl(94, 100%, 35%); --font-emoji: 'AppleColorEmoji'; - --font-secondary: 'InterVariable', sans-serif; + --font-secondary: 'Inter Variable', sans-serif; } .dark-theme, @@ -65,7 +65,7 @@ --mx-uc-7: hsl(243, 100%, 80%); --mx-uc-8: hsl(94, 100%, 80%); - --font-secondary: 'InterVariable', sans-serif; + --font-secondary: 'Inter Variable', sans-serif; } html {