Skip to content

Commit

Permalink
font-miriam-libre updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jun 24, 2024
1 parent 5afe62a commit 19d72ed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Formula/font-miriam-libre.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
class FontMiriamLibre < Formula
desc "Miriam libre font"
homepage "https://fonts.google.com/specimen/Miriam+Libre"
head "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/miriamlibre"
head "https://github.com/google/fonts/raw/main/ofl/miriamlibre/MiriamLibre%5Bwght%5D.ttf",
verified: "github.com/google/fonts/"

def install
(share/"fonts").install Dir.glob("ofl/miriamlibre/./**/MiriamLibre-Bold.ttf")[0]
(share/"fonts").install Dir.glob("ofl/miriamlibre/./**/MiriamLibre-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/MiriamLibre[wght].ttf")[0]
end

test do
Expand Down

0 comments on commit 19d72ed

Please sign in to comment.