phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end