Merge pull request #200894 from Homebrew/update-apidog
[Homebrew/homebrew-cask.git] / Casks / font / font-u / font-ubuntu-sans.rb
blobbf34bafe93850941fef37f47c102ccb3dda568ef
1 cask "font-ubuntu-sans" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/google/fonts.git",
6       verified:  "github.com/google/fonts",
7       branch:    "main",
8       only_path: "ufl/ubuntusans"
9   name "Ubuntu Sans"
10   homepage "https://fonts.google.com/specimen/Ubuntu+Sans"
12   font "UbuntuSans-Italic[wdth,wght].ttf"
13   font "UbuntuSans[wdth,wght].ttf"
15   # No zap stanza required
16 end