Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Mar 11, 2024
1 parent 35d4972 commit 1440e9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Formula/font-reddit-sans-condensed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
class FontRedditSansCondensed < Formula
head "https://github.com/google/fonts/raw/main/ofl/redditsanscondensed/RedditSansCondensed%5Bwght%5D.ttf"
desc "Reddit Sans Condensed"
desc "Complemented by reddit sans and reddit mono"
homepage "https://github.com/reddit/redditsans"
def install
(share/"fonts").install "RedditSansCondensed[wght].ttf"
end
# No zap stanza required

test do
end
end

0 comments on commit 1440e9b

Please sign in to comment.