diff --git a/.gitea/workflows/build-xelatex.yml b/.gitea/workflows/build-xelatex.yml index 7c30c5e..94d1955 100644 --- a/.gitea/workflows/build-xelatex.yml +++ b/.gitea/workflows/build-xelatex.yml @@ -15,13 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # # 1. Restore the font and TeX cache from previous runs - # - name: Cache TeX and Fontconfig - # uses: actions/cache@v3 - # with: - # path: .texcache - # key: texlive-fonts-${{ runner.os }} - - name: Find all root .tex files id: roots run: | diff --git a/fonts/HaranoAjiFonts b/fonts/HaranoAjiFonts deleted file mode 160000 index f0f692c..0000000 --- a/fonts/HaranoAjiFonts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f0f692c1e39593751a4796082fa5232185d91ecd diff --git a/fonts/HaranoAji_GothicMedium.otf b/fonts/HaranoAji_GothicMedium.otf new file mode 100644 index 0000000..f306e9b Binary files /dev/null and b/fonts/HaranoAji_GothicMedium.otf differ diff --git a/letteraturagiapponese.tex b/letteraturagiapponese.tex index 776571b..98e8c36 100644 --- a/letteraturagiapponese.tex +++ b/letteraturagiapponese.tex @@ -12,7 +12,7 @@ \usepackage{xeCJK} % JP Font -\setCJKmainfont{HaranoAjiGothic-Medium.otf}[Path=./fonts/HaranoAjiFonts/] +\setCJKmainfont{HaranoAji_GothicMedium.otf}[Path=./fonts/] % other package \usepackage{lmodern}