commit 3945a0e7b9185c831e5cb9a14b10bf9a8a54b016
parent eb4bf28b67678783564843e264478dd861bd04d4
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Thu, 14 Aug 2025 11:53:21 +0000
delete compiled pdf
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -15,3 +15,10 @@ This repository provides a template for a GitHub Action that automates the proce
# LICENSE
I provide this with MIT LICENSE.
+
+# Adding Font
+If you want to use additional fonts, you can set up it.
+## On Self hosted runner
+Only you have to do is that download font and put it in ~/.fonts/
+## On Github Runner
+You have to add code of font download to workflows file.
diff --git a/test.typ b/test.typ
@@ -1,4 +1,4 @@
-#set text(lang: "ja", font: "Noto Sans CJK JP")
+#set text(lang: "ja", font: "Noto Sans JP")
#set par(leading: 1.5em)
#set page(numbering: "- 1 -",header: "物理学概論14回課題")