Skip to content

Commit

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

test do
end
end

0 comments on commit f174102

Please sign in to comment.