Replies: 2 comments 5 replies
-
|
Hi! 👋 This looks like a bug. I'll open an issue to track! |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
This is a little different direction, does this work: https://www.emilhvitfeldt.com/post/slidecraft-code-output/#use-fonts-with-ligatures |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I need to use a local font file in a Quarto-rendered revealjs HTML presentation. I can get the font to render locally, but not when deployed to GitHub pages. Here is a reprex repo:
https://github.com/apreshill/reveal-fonts-reprex
The rendered deck: https://apreshill.github.io/reveal-fonts-reprex/
Note that I have
embed-resources: truein the YAML: https://github.com/apreshill/reveal-fonts-reprex/blob/f2461431caa84681d45bbb8b06e387ee04b92918/index.qmd#L3 (it didn't work with this set totrueorfalsethough)I get this error rendering locally after adding that to my YAML:
I've tried all manner of file path combinations here since this looks like pandoc is struggling to find the file based on my file path, but I'm getting nowhere.
Here is what it looks like locally (with the custom font working fine):

Any pointers? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions