Skip to content

Commit

Permalink
font-plangothic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Dec 24, 2024
1 parent 9ec26ea commit 2e74300
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/font-plangothic.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
class FontPlangothic < Formula
desc "Plangothic font"
homepage "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project"
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1.9.5766.tar.gz"
version "1.9.5766"
sha256 "0f0f153732c41212b8e0bdf2ca60bb45893f4fda2a8cfe8df96b0e90648e0d6f"
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1.9.5769.tar.gz"
version "1.9.5769"
sha256 "d58680d8a71ab80ec47bb6ce6d896cd528d01a7ee782298d312e2c4883d54a7e"

def install
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (allideo).otf")[0]
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (fallback).otf")[0]
(share/"fonts").install Dir.glob("./**/PlangothicP2-Regular.otf")[0]
end

Expand Down

0 comments on commit 2e74300

Please sign in to comment.