Skip to content

Commit

Permalink
pin lexis font
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Jul 1, 2024
1 parent 4daf3e6 commit 6ad3b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ad3b1f

Please sign in to comment.