excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-s / font-stix-two-text.rb
blob6f37749dc4473d896771e9dff63c8ed65590ba4c
1 cask "font-stix-two-text" 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: "ofl/stixtwotext"
9   name "STIX Two Text"
10   homepage "https://fonts.google.com/specimen/STIX+Two+Text"
12   font "STIXTwoText-Italic[wght].ttf"
13   font "STIXTwoText[wght].ttf"
15   # No zap stanza required
16 end