14 lines
344 B
Ruby
14 lines
344 B
Ruby
cask "font-preahvihear" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/preahvihear/Preahvihear-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Preahvihear"
|
|
homepage "https://fonts.google.com/specimen/Preahvihear"
|
|
|
|
font "Preahvihear-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|