Skip to content

Commit

Permalink
Merge pull request #197896 from Homebrew/auto-add-google-fonts
Browse files Browse the repository at this point in the history
add Google Fonts
  • Loading branch information
bevanjkay authored Jan 11, 2025
2 parents 0297c53 + 5465191 commit e822a51
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Casks/font/font-a/font-atkinson-hyperlegible-mono.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask "font-atkinson-hyperlegible-mono" do
version :latest
sha256 :no_check

url "https://github.com/google/fonts.git",
branch: "main",
only_path: "ofl/atkinsonhyperlegiblemono"
name "Atkinson Hyperlegible Mono"
homepage "https://github.com/googlefonts/atkinson-hyperlegible-next-mono"

font "AtkinsonHyperlegibleMono-Italic[wght].ttf"
font "AtkinsonHyperlegibleMono[wght].ttf"

# No zap stanza required
end
15 changes: 15 additions & 0 deletions Casks/font/font-a/font-atkinson-hyperlegible-next.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask "font-atkinson-hyperlegible-next" do
version :latest
sha256 :no_check

url "https://github.com/google/fonts.git",
branch: "main",
only_path: "ofl/atkinsonhyperlegiblenext"
name "Atkinson Hyperlegible Next"
homepage "https://github.com/googlefonts/atkinson-hyperlegible-next"

font "AtkinsonHyperlegibleNext-Italic[wght].ttf"
font "AtkinsonHyperlegibleNext[wght].ttf"

# No zap stanza required
end

0 comments on commit e822a51

Please sign in to comment.