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

noto-fonts-cjk: fix rendering issues

authored by

Bobby Rong and committed by
GitHub
354d0aaf b3d9c365

+1 -1
+1 -1
pkgs/data/fonts/noto-fonts/default.nix
··· 73 73 }; 74 74 75 75 installPhase = '' 76 - install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/Variable/OTC/*.otf.ttc 76 + install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/OTC/*.ttc 77 77 ''; 78 78 79 79 meta = with lib; {