From 6ad3b1f6b6547c7d14023fa504a434dce45f7bfc Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Mon, 1 Jul 2024 18:03:19 +0100 Subject: [PATCH] pin lexis font --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 026a747a7..e37674019 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,6 @@ end desc "Build/Compile with esphome" task :build do - sh '[ ! -f "lexis.ttf" ] && wget -L -O "lexis.ttf" "https://github.com/damianvila/font-lexis/raw/main/fonts/lexis.ttf" || true' + sh '[ ! -f "lexis.ttf" ] && wget -L -O "lexis.ttf" "https://github.com/damianvila/font-lexis/raw/v1.1/fonts/lexis.ttf" || true' sh "esphome -s VERSION ${VERSION:=0.0.0} compile childrensclock.yaml" end \ No newline at end of file