phinze/homebrew-cask

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

Summary

Maintainability
A
2 hrs
Test Coverage
cask "font-noto-serif-myanmar" do
  version :latest
  sha256 :no_check

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

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

  # No zap stanza required
end