mirror of
https://github.com/mii443/obsidian-typst.git
synced 2025-08-22 16:15:34 +00:00
add japanese font
This commit is contained in:
BIN
compiler/assets/fonts/NotoSerifCJKjp-Black.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-Black.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-Bold.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-Bold.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-ExtraLight.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-ExtraLight.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-Light.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-Light.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-Medium.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-Medium.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-Regular.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-Regular.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-SemiBold.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-SemiBold.min.ttf
Normal file
Binary file not shown.
BIN
compiler/assets/fonts/NotoSerifCJKjp-VF.min.ttf
Normal file
BIN
compiler/assets/fonts/NotoSerifCJKjp-VF.min.ttf
Normal file
Binary file not shown.
@ -259,6 +259,14 @@ impl SystemWorld {
|
|||||||
add!("DejaVuSansMono-Bold.ttf");
|
add!("DejaVuSansMono-Bold.ttf");
|
||||||
add!("DejaVuSansMono-Oblique.ttf");
|
add!("DejaVuSansMono-Oblique.ttf");
|
||||||
add!("DejaVuSansMono-BoldOblique.ttf");
|
add!("DejaVuSansMono-BoldOblique.ttf");
|
||||||
|
add!("NotoSerifCJKjp-Black.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-Bold.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-ExtraLight.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-Light.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-Medium.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-Regular.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-SemiBold.min.ttf");
|
||||||
|
add!("NotoSerifCJKjp-VF.min.ttf");
|
||||||
|
|
||||||
return (book, fonts);
|
return (book, fonts);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user