Merge pull request #156080 from midchildan/fix/noto-cjk-nonvar

noto-fonts-cjk: fix rendering issues
This commit is contained in:
Bobby Rong 2022-01-22 08:36:20 +08:00 committed by GitHub
commit 354d0aaf79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ let
};
installPhase = ''
install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/Variable/OTC/*.otf.ttc
install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/OTC/*.ttc
'';
meta = with lib; {