Skip to content

Commit

Permalink
font-geist updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 18, 2024
1 parent 223d692 commit fb4da47
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/font-geist.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
class FontGeist < Formula
desc "Geist font"
homepage "https://vercel.com/font/sans"
url "https://github.com/vercel/geist-font/releases/download/1.4.0/Geist-v1.4.0.zip",
url "https://github.com/vercel/geist-font/releases/download/1.4.01/Geist-v1.4.01.zip",
verified: "github.com/vercel/geist-font/"
version "1.4.0"
sha256 "fafb2a4ce068d293bd53c29cef517597cef6437dc5f6eb5ecca8bc40337ec179"
version "1.4.01"
sha256 "b013dce423d16c03238593f6b8e0a281322bafdc2a75b376a91de8721cf18315"

def install
(share/"fonts").install Dir.glob("./**/otf/Geist-Black.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-Bold.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-ExtraBold.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-ExtraLight.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-Light.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-Medium.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-SemiBold.otf")[0]
(share/"fonts").install Dir.glob("./**/otf/Geist-Thin.otf")[0]
(share/"fonts").install Dir.glob("./**/variable/Geist?wght?.ttf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Black.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Bold.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-ExtraBold.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-ExtraLight.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Light.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Medium.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-SemiBold.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist-Thin.otf")[0]
(share/"fonts").install Dir.glob("./**/Geist?wght?.ttf")[0]
end

test do
Expand Down

0 comments on commit fb4da47

Please sign in to comment.