14 lines
363 B
Ruby
14 lines
363 B
Ruby
cask "font-tiejili-sc" do
|
|
version "1.100"
|
|
sha256 "28524e623b73ab4e8507ca689b1d166758a66b7eb73649c9996f8ba14626359f"
|
|
|
|
url "https://github.com/Buernia/Tiejili/releases/download/#{version}/Tiejili.zip"
|
|
name "Tiejili SC"
|
|
name "铁蒺藜体 简"
|
|
homepage "https://github.com/Buernia/Tiejili"
|
|
|
|
font "TiejiliSC-Regular.otf"
|
|
|
|
# No zap stanza required
|
|
end
|