2 Commits

Author SHA1 Message Date
5c2ff7aaee Add pdfs fonts 2023-10-25 05:56:25 +09:00
64a5e34538 Additional fix for #3 2023-10-25 05:55:55 +09:00
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"styles": {
"website": "./_styles/website.css"
},
"pdf.fontFamily": "FirgeNerd",
"pdf.fontSize": 16,
"pdf.paperSize": "a4",
"pdf.embedFonts": true

View File

@ -30,6 +30,12 @@
}
/* For hints Plguin */
.hints-container {
/* To be fitted */
padding-right: 15px;
}
.hints-alert {
word-break: break-word;
}