-
DescriptionHi, Not sure if this is a quarto issue, or quarto actions issue, or something else. Sample repository with a reprex is here: https://github.com/novica/quarto-issue When running the gh action with the default xelatex I get an invalid font error. Running the same with the lualatex engine renders with success. The custom font is Ubunut, it is installed in a step in the workflow. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I cannot reproduce using your repository: Edit: Your reprex is not setup to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
This being said, the error is kind of a classical LaTeX engine error as you can see with an Internet search:
xdvipdfmx:fatal: Invalid font: -1 (0)
I don't think that's a Quarto or Quarto-related bug, but a plain LaTeX issue with fonts.