Added chinese font to repo
This commit is contained in:
parent
607143e9ed
commit
9d33294c23
3 changed files with 13 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
@ -49,6 +49,15 @@ in
|
|||
"${config.my.flakeLocation}/submodules/wezterm-config/";
|
||||
});
|
||||
};
|
||||
|
||||
dataFile = {
|
||||
"fonts/王漢宗中明體注音.ttf" = (mkIfFlakeLoc true
|
||||
"I won't symlink chinese fonts into place"
|
||||
{
|
||||
source = config.lib.file.mkOutOfStoreSymlink
|
||||
"${flakeSubmodules}/fonts/王漢宗中明體注音.ttf";
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
BIN
submodules/fonts/王漢宗中明體注音.ttf
(Stored with Git LFS)
Normal file
BIN
submodules/fonts/王漢宗中明體注音.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue