homebrew-cask/Casks/font/font-i/font-ibm-plex-sans-kr.rb

22 lines
584 B
Ruby

cask "font-ibm-plex-sans-kr" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/ibmplexsanskr"
name "IBM Plex Sans KR"
homepage "https://fonts.google.com/specimen/IBM+Plex+Sans+KR"
font "IBMPlexSansKR-Bold.ttf"
font "IBMPlexSansKR-ExtraLight.ttf"
font "IBMPlexSansKR-Light.ttf"
font "IBMPlexSansKR-Medium.ttf"
font "IBMPlexSansKR-Regular.ttf"
font "IBMPlexSansKR-SemiBold.ttf"
font "IBMPlexSansKR-Thin.ttf"
# No zap stanza required
end