homebrew-cask/Casks/font/font-i/font-ibm-plex-sans-thai-loo...

22 lines
675 B
Ruby

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