Remove AdobeBlank-Regular.ttf from google-fonts package

modified:   default.nix
This commit is contained in:
alexameen 2020-11-14 00:55:22 -06:00
parent 6502a6748c
commit 95bbf889f7

View File

@ -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/
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
echo "error: duplicate font names"