phinze/homebrew-cask

View on GitHub
Casks/font/font-n/font-noto-sans-myanmar.rb

Summary

Maintainability
B
4 hrs
Test Coverage
cask "font-noto-sans-myanmar" do
  version :latest
  sha256 :no_check

  url "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansMyanmar-unhinted.zip",
      verified: "noto-website-2.storage.googleapis.com/"
  name "Noto Sans Myanmar"
  homepage "https://www.google.com/get/noto/#sans-mymr"

  font "NotoSansMyanmar-Black.ttf"
  font "NotoSansMyanmar-Bold.ttf"
  font "NotoSansMyanmar-Condensed.ttf"
  font "NotoSansMyanmar-CondensedBlack.ttf"
  font "NotoSansMyanmar-CondensedBold.ttf"
  font "NotoSansMyanmar-CondensedExtraBold.ttf"
  font "NotoSansMyanmar-CondensedExtraLight.ttf"
  font "NotoSansMyanmar-CondensedLight.ttf"
  font "NotoSansMyanmar-CondensedMedium.ttf"
  font "NotoSansMyanmar-CondensedSemiBold.ttf"
  font "NotoSansMyanmar-CondensedThin.ttf"
  font "NotoSansMyanmar-ExtraBold.ttf"
  font "NotoSansMyanmar-ExtraCondensed.ttf"
  font "NotoSansMyanmar-ExtraCondensedBlack.ttf"
  font "NotoSansMyanmar-ExtraCondensedBold.ttf"
  font "NotoSansMyanmar-ExtraCondensedExtraBold.ttf"
  font "NotoSansMyanmar-ExtraCondensedExtraLight.ttf"
  font "NotoSansMyanmar-ExtraCondensedLight.ttf"
  font "NotoSansMyanmar-ExtraCondensedMedium.ttf"
  font "NotoSansMyanmar-ExtraCondensedSemiBold.ttf"
  font "NotoSansMyanmar-ExtraCondensedThin.ttf"
  font "NotoSansMyanmar-ExtraLight.ttf"
  font "NotoSansMyanmar-Light.ttf"
  font "NotoSansMyanmar-Medium.ttf"
  font "NotoSansMyanmar-Regular.ttf"
  font "NotoSansMyanmar-SemiBold.ttf"
  font "NotoSansMyanmar-SemiCondensed.ttf"
  font "NotoSansMyanmar-SemiCondensedBlack.ttf"
  font "NotoSansMyanmar-SemiCondensedBold.ttf"
  font "NotoSansMyanmar-SemiCondensedExtraBold.ttf"
  font "NotoSansMyanmar-SemiCondensedExtraLight.ttf"
  font "NotoSansMyanmar-SemiCondensedLight.ttf"
  font "NotoSansMyanmar-SemiCondensedMedium.ttf"
  font "NotoSansMyanmar-SemiCondensedSemiBold.ttf"
  font "NotoSansMyanmar-SemiCondensedThin.ttf"
  font "NotoSansMyanmar-Thin.ttf"
  font "NotoSansMyanmarUI-Black.ttf"
  font "NotoSansMyanmarUI-Bold.ttf"
  font "NotoSansMyanmarUI-Condensed.ttf"
  font "NotoSansMyanmarUI-CondensedBlack.ttf"
  font "NotoSansMyanmarUI-CondensedBold.ttf"
  font "NotoSansMyanmarUI-CondensedExtraBold.ttf"
  font "NotoSansMyanmarUI-CondensedExtraLight.ttf"
  font "NotoSansMyanmarUI-CondensedLight.ttf"
  font "NotoSansMyanmarUI-CondensedMedium.ttf"
  font "NotoSansMyanmarUI-CondensedSemiBold.ttf"
  font "NotoSansMyanmarUI-CondensedThin.ttf"
  font "NotoSansMyanmarUI-ExtraBold.ttf"
  font "NotoSansMyanmarUI-ExtraCondensed.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedBlack.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedBold.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedExtraBold.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedExtraLight.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedLight.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedMedium.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedSemiBold.ttf"
  font "NotoSansMyanmarUI-ExtraCondensedThin.ttf"
  font "NotoSansMyanmarUI-ExtraLight.ttf"
  font "NotoSansMyanmarUI-Light.ttf"
  font "NotoSansMyanmarUI-Medium.ttf"
  font "NotoSansMyanmarUI-Regular.ttf"
  font "NotoSansMyanmarUI-SemiBold.ttf"
  font "NotoSansMyanmarUI-SemiCondensed.ttf"
  font "NotoSansMyanmarUI-SemiCondensedBlack.ttf"
  font "NotoSansMyanmarUI-SemiCondensedBold.ttf"
  font "NotoSansMyanmarUI-SemiCondensedExtraBold.ttf"
  font "NotoSansMyanmarUI-SemiCondensedExtraLight.ttf"
  font "NotoSansMyanmarUI-SemiCondensedLight.ttf"
  font "NotoSansMyanmarUI-SemiCondensedMedium.ttf"
  font "NotoSansMyanmarUI-SemiCondensedSemiBold.ttf"
  font "NotoSansMyanmarUI-SemiCondensedThin.ttf"
  font "NotoSansMyanmarUI-Thin.ttf"

  # No zap stanza required
end