Skip to content

Commit

Permalink
install noto sans
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Dec 23, 2023
1 parent f73282f commit f94b06b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/export-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Install TeX Live
run: sudo apt-get install -y texlive-xetex

- name: Install Noto Font
run: sudo apt-get install -y fonts-noto

- name: Convert Markdown to PDF
run: pandoc wiki/Home.md -o output.pdf --resource-path=wiki --pdf-engine=xelatex --variable mainfont="Noto Sans" --variable sansfont="Noto Sans"

0 comments on commit f94b06b

Please sign in to comment.