Merge pull request #156080 from midchildan/fix/noto-cjk-nonvar
noto-fonts-cjk: fix rendering issues
This commit is contained in:
commit
354d0aaf79
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user