homebrew-cascadia/Casks/otf-cascadia-code-pl.rb
2024-12-30 19:12:35 +02:00

26 lines
982 B
Ruby

cask "otf-cascadia-code-pl" do
version "2407.24"
sha256 "e67a68ee3386db63f48b9054bd196ea752bc6a4ebb4df35adce6733da50c8474"
url "https://github.com/microsoft/cascadia-code/releases/download/v#{version}/CascadiaCode-#{version}.zip"
name "Cascadia Code PL"
homepage "https://github.com/microsoft/cascadia-code"
livecheck do
url :url
strategy :github_latest
end
font "otf/static/CascadiaCodePL-Bold.otf"
font "otf/static/CascadiaCodePL-BoldItalic.otf"
font "otf/static/CascadiaCodePL-ExtraLight.otf"
font "otf/static/CascadiaCodePL-ExtraLightItalic.otf"
font "otf/static/CascadiaCodePL-Italic.otf"
font "otf/static/CascadiaCodePL-Light.otf"
font "otf/static/CascadiaCodePL-LightItalic.otf"
font "otf/static/CascadiaCodePL-Regular.otf"
font "otf/static/CascadiaCodePL-SemiBold.otf"
font "otf/static/CascadiaCodePL-SemiBoldItalic.otf"
font "otf/static/CascadiaCodePL-SemiLight.otf"
font "otf/static/CascadiaCodePL-SemiLightItalic.otf"
end