We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f890751 commit df7c298Copy full SHA for df7c298
Formula/font-ponomar.rb
@@ -1,7 +1,8 @@
1
class FontPonomar < Formula
2
desc "Ponomar font"
3
- homepage "https://github.com/slavonic/Ponomar"
4
- head "https://github.com/google/fonts/raw/main/ofl/ponomar/Ponomar-Regular.ttf"
+ homepage "https://fonts.google.com/specimen/Ponomar"
+ head "https://github.com/google/fonts/raw/main/ofl/ponomar/Ponomar-Regular.ttf",
5
+ verified: "github.com/google/fonts/"
6
7
def install
8
(share/"fonts").install Dir.glob("./**/Ponomar-Regular.ttf")[0]
0 commit comments