Closed iandol closed 3 months ago
Note comment https://github.com/Homebrew/homebrew-linux-fonts/issues/53#issuecomment-2143360688 from @SMillerDev seems still relelvant here.
Here are the paths for a working vs. non-working font:
(share/"fonts").install Dir.glob("./**/JuliaMono-BlackItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/fonts/ttf/JetBrainsMonoNL-BoldItalic.ttf")[0]
the main difference is the font-juliamono has no verified
Verified is just metadata, that has nothing to do with this issue. The issue is what is mentioned in the comment:
Casks do not move into the first directory like formula do, so the path is off. Someone will need to adjust the formula generation to drop the first directory from the glob if the name is the same as the current directory.
OK, thanks for the confirmation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
General troubleshooting steps
--force
and the issue is still present.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
53 was closed, but the underlying problem remains. Several fonts still do not install:
e.g. font-jetbrains-mono:
See also font-stix. I got some other fonts to work, e.g. font-juliamono. Looking at the formula the main difference is the font-juliamono has no verified:
but jetbrains-mono and stix do:
Output of your command with
--verbose --debug
Output of
brew cask doctor