homebrew-fonts/Casks/font-idgrotesk.rb
Matt Troutman 7948c86aa0
Remove AppleDouble resource fork files from font_files
Files starting with _ that are AppleDouble metadata (not real fonts)
were being included in casks, causing Font Book issues. Deleted 57
such files from font_files/ and added detection to the cleanup script
to prevent them in the future.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 21:43:35 -06:00

41 lines
2.6 KiB
Ruby

# This file was generated by the font folder cleanup script
# Do not edit this file directly
# Installs: TTF OTF web
cask "font-idgrotesk" do
version "1.0.0"
sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
name "Idgrotesk"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bold.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bolditalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-book.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bookitalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-italic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-light.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-lightitalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-medium.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-mediumitalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-regular.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-semibold.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-semibolditalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-thin.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-thinitalic.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-bold.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-bolditalic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-book.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-bookitalic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-italic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-light.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-lightitalic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-medium.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-mediumitalic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-regular.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-semibold.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-semibolditalic.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-thin.otf"
font "homebrew-fonts/font_files/font-idgrotesk/otf/idgrotesktrial-thinitalic.otf"
end