Skip to content

Commit

Permalink
font-national-park updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jul 30, 2024
1 parent adb896c commit bb1e6df
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Formula/font-national-park.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
class FontNationalPark < Formula
desc "National park font"
homepage "https://nationalparktypeface.com/"
url "https://files.cargocollective.com/c206464/NationalPark.zip",
url "https://files.cargocollective.com/c1415345/NationalPark-otf.zip",
verified: "cargocollective.com/"
version "1.000"
version "1.005"
sha256 :no_check

def install
(share/"fonts").install Dir.glob("./**/NationalPark-Heavy.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Outline.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Bold.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-ExtraBold.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-ExtraLight.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Light.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Medium.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-Thin.otf")[0]
(share/"fonts").install Dir.glob("./**/NationalPark-SemiBold.otf")[0]
end

test do
Expand Down

0 comments on commit bb1e6df

Please sign in to comment.