From cf164f9d465a33c408f64abafa61854f926d6ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindstr=C3=B6m?= Date: Sat, 16 Nov 2024 11:45:43 +0100 Subject: [PATCH] Updated font Inter to 4.1 --- .src/fonts/Inter/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.src/fonts/Inter/build.sh b/.src/fonts/Inter/build.sh index ca83e483..5e37f8f3 100644 --- a/.src/fonts/Inter/build.sh +++ b/.src/fonts/Inter/build.sh @@ -2,15 +2,15 @@ set -xeuo pipefail -curl -sSLO 'https://github.com/rsms/inter/releases/download/v4.0/Inter-4.0.zip' +curl -sSLO 'https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip' sha256sum -c - <