26 lines
739 B
Ruby
26 lines
739 B
Ruby
cask "font-sarasa-gothic" do
|
|
version "1.0.14"
|
|
sha256 "66b23f2f613bd90b733ff6e316da6bef030e7228ebbb6bca1006c4892f7c39df"
|
|
|
|
url "https://github.com/be5invis/Sarasa-Gothic/releases/download/v#{version}/Sarasa-TTC-#{version}.7z"
|
|
name "Sarasa Gothic"
|
|
name "更纱黑体"
|
|
name "更紗黑體"
|
|
name "更紗ゴシック"
|
|
name "사라사고딕"
|
|
homepage "https://github.com/be5invis/Sarasa-Gothic"
|
|
|
|
font "Sarasa-Bold.ttc"
|
|
font "Sarasa-BoldItalic.ttc"
|
|
font "Sarasa-ExtraLight.ttc"
|
|
font "Sarasa-ExtraLightItalic.ttc"
|
|
font "Sarasa-Italic.ttc"
|
|
font "Sarasa-Light.ttc"
|
|
font "Sarasa-LightItalic.ttc"
|
|
font "Sarasa-Regular.ttc"
|
|
font "Sarasa-SemiBold.ttc"
|
|
font "Sarasa-SemiBoldItalic.ttc"
|
|
|
|
# No zap stanza required
|
|
end
|