Skip to content

Commit

Permalink
fix(typst): correct font name and place
Browse files Browse the repository at this point in the history
  • Loading branch information
HeRaNO committed Jan 11, 2025
1 parent 66e086b commit 6c472b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cd oi-wiki-export-typst
node index.js ../OI-wiki
typst compile oi-wiki-export.typ --font-path .fonts
typst compile oi-wiki-export.typ --font-path ../.fonts
- name: Create Tag
id: create_tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
cd oi-wiki-export-typst
node index.js ../OI-wiki
typst compile oi-wiki-export.typ --font-path .fonts
typst compile oi-wiki-export.typ --font-path ../.fonts
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion oi-wiki-export-typst/constants.typ
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// So we scale it back a little (equivalent to 9pt)
// issue: https://github.com/typst/typst/issues/1331
#let RAW_EM = 1.1em
#let en-font = "Crimson"
#let en-font = "Crimson Text"

// Page dimensions minus margin
#let serif-font = (
Expand Down

0 comments on commit 6c472b8

Please sign in to comment.