phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end