Skip to content

Commit

Permalink
font-lexend-deca updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Aug 23, 2024
1 parent 625cda7 commit b54db84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/font-lexend-deca.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
class FontLexendDeca < Formula
desc "Lexend deca font"
homepage "https://github.com/ThomasJockin/lexend"
head "https://github.com/ThomasJockin/lexend/raw/master/fonts/ttf/LexendDeca-Regular.ttf"
homepage "https://fonts.google.com/specimen/Lexend+Deca"
head "https://github.com/google/fonts/raw/main/ofl/lexenddeca/LexendDeca%5Bwght%5D.ttf",
verified: "github.com/google/fonts/"

def install
(share/"fonts").install Dir.glob("./**/LexendDeca-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/LexendDeca?wght?.ttf")[0]
end

test do
Expand Down

0 comments on commit b54db84

Please sign in to comment.