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
+1 -1
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; {