-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Separate AdobeBlank-Regular.ttf from google-fonts package, moved to google-fonts.adobeBlank #103779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,11 @@ stdenv.mkDerivation { | |
| rm -rv ofl/comfortaa/*.ttf \ | ||
| ofl/mavenpro/*.ttf \ | ||
| ofl/muli/*.ttf \ | ||
| ofl/oswald/*.ttf | ||
| ofl/oswald/*.ttf \ | ||
|
|
||
| # This abomination of a font causes crashes with `libfontconfig', | ||
| # It has an absurd number of symbols | ||
| rm -r ofl/adobeblank/ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we could add That way it will not be installed by default but interested people will still be able to install it using
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That sounds like a good plan.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried using
I have tested |
||
|
|
||
| if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then | ||
| echo "error: duplicate font names" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.