Skip to content

Commit

Permalink
Add font-source-han-serif and font-source-han-serif-sc
Browse files Browse the repository at this point in the history
  • Loading branch information
moonfruit committed Dec 30, 2024
1 parent e919fcf commit 5fc1fc1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Casks/font-source-han-serif-sc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cask "font-source-han-serif-sc" do
version "2.003R"
sha256 "86608d4c1162f80a2f2605a70d3f2072764609598271ee38eb24ea1eaa22dac8"

url "https://github.com/adobe-fonts/source-han-serif/releases/download/#{version}/02_SourceHanSerif-VF.zip"
name "Source Han Serif SC"
desc "OpenType Pan-CJK fonts"
homepage "https://github.com/adobe-fonts/source-han-serif"

font "Variable/TTF/SourceHanSerifSC-VF.ttf"
end
11 changes: 11 additions & 0 deletions Casks/font-source-han-serif.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cask "font-source-han-serif" do
version "2.003R"
sha256 "6ee689ab57894ae35af604a73e95c372bda0306610ffa179a4708e8cd47a795f"

url "https://github.com/adobe-fonts/source-han-serif/releases/download/#{version}/01_SourceHanSerif.ttc.zip"
name "Source Han Serif"
desc "OpenType Pan-CJK fonts"
homepage "https://github.com/adobe-fonts/source-han-serif"

font "SourceHanSerif.ttc"
end

0 comments on commit 5fc1fc1

Please sign in to comment.