This commit is contained in:
2023-10-15 02:45:15 +09:00
parent 6dd0859ac0
commit 2872b3b432
4 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,7 @@
{ {
"root": "./src", "root": "./src",
"title": "「モダンからはじめる プログラミング生活!」", "title": "「モダンからはじめる プログラミング生活!」",
"author": "Satsuki Akiba <anosatsuk124@gmail.com>", "author": "Satsuki Akiba",
"authorShort": "Satsuki Akiba",
"language": "ja", "language": "ja",
"plugins": [ "plugins": [
"anchors", "anchors",
@ -12,7 +11,7 @@
"search-pro-fixed" "search-pro-fixed"
], ],
"pdf.fontSize": 16, "pdf.fontSize": 16,
"pdf.fontFamily": "ZenMaruGothic", "pdf.fontFamily": "FirgeNerd",
"pdf.paperSize": "a4", "pdf.paperSize": "a4",
"pdf.embedFonts": true "pdf.embedFonts": true
} }

BIN
fonts/FirgeNerd_v0.2.0.zip (Stored with Git LFS) Normal file

Binary file not shown.

2
public/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File