Skip to content

Commit

Permalink
Add Copperplate Font
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed Sep 21, 2024
1 parent 10198c2 commit 3ad7e13
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/font-copperplate-gothic-light.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cask "font-copperplate-gothic-light" do
version "1.0"
sha256 :no_check

url "https://font.download/dl/font/copperplate-gothic-light.zip",
verified: "font.download/"
name "Copperplate Gothic Light"
desc "Copperplate Gothic Light Font Family"
homepage "https://fontsinuse.com/typefaces/3895/copperplate-gothic"

font "copperplate-gothic-light.ttf"
end
20 changes: 20 additions & 0 deletions Casks/font-copperplate-gothic-std.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "font-copperplate-gothic-std" do
version "1.0"
sha256 :no_check

url "https://font.download/dl/font/copperplate-gothic-std.zip",
verified: "font.download/"
name "Copperplate Gothic Std"
desc "Copperplate Gothic Std Font Family"
homepage "https://fontsinuse.com/typefaces/3895/copperplate-gothic"

font "Copperplate-Gothic-Std-29-AB.ttf"
font "Copperplate-Gothic-Std-29-BC.ttf"
font "Copperplate-Gothic-Std-30-AB.ttf"
font "Copperplate-Gothic-Std-30-BC.ttf"
font "Copperplate-Gothic-Std-31-AB.ttf"
font "Copperplate-Gothic-Std-31-BC.ttf"
font "Copperplate-Gothic-Std-32-AB.ttf"
font "Copperplate-Gothic-Std-32-BC.ttf"
font "Copperplate-Gothic-Std-33-BC.ttf"
end

0 comments on commit 3ad7e13

Please sign in to comment.