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