Replies: 3 comments 9 replies
-
|
Important Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
Beta Was this translation helpful? Give feedback.
-
|
Did you look at related discussions/issues? (non exhaustive list) |
Beta Was this translation helpful? Give feedback.
-
|
Not sure why, but the local fonts are rendered well on Netlify: I ran my github workflow with both gh-pages and Netlify: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi all, really tried to work on this one but I didn't find any solution yet.
I'm trying to render my quarto revealjs through gh-actions on gh-pages, while it works well on local rendering it does not work properly when I try to render it on gh-pages:
https://uriahf.github.io/causal_bounds_with_dags/causal_bounds_with_dags.html#/title-slide
Local Rendering
gh-pages result
That's my scss file:
https://github.com/uriahf/causal_bounds_with_dags/blob/main/custom-fonts.scss
I'm 99% sure that it got something to do with absolute / relative paths for the local fonts, but I didn't find any solution yet.
I already tried changing
to
Repo: https://github.com/uriahf/causal_bounds_with_dags
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions