From 15d7371a761547b444da1fcb1b6f3f855d1b55d3 Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Wed, 2 Oct 2024 23:16:39 -0500 Subject: [PATCH] Add font-clique.rb --- font-clique.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 font-clique.rb diff --git a/font-clique.rb b/font-clique.rb new file mode 100644 index 0000000..8470c5e --- /dev/null +++ b/font-clique.rb @@ -0,0 +1,10 @@ +cask "font-clique" do + version "1.05" + + url "https://git.trtmn.io/trtmn/font-clique/archive/release/#{version}.zip" + name "Clique" + desc "A font inspired by twenty one pilots - named for the skeleton clique" + homepage "https://git.trtmn.io/trtmn/font-clique" + + font "font-clique/generated-fonts/Clique.otf" +end \ No newline at end of file