-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minard mainfont not taking properly #114
Comments
Good catch. Something we should be able to figure out with some sleuthing! I'll go ahead and move this to post-contest (or at least post-announcement), since it's non-urgent. |
I'm actually staring to suspect, based on the HTML reference, that the Following this up with the Quarto team! |
Have filed as quarto-dev/quarto-cli#11268 (not an issue because I'm not sure whether it's intended behaviour from Quarto) |
I think the short-term might just be to list |
When I try this, I'm getting the navbar in |
This is now fixed in the latest Quarto pre-release: it turns out that they do the quoting for you, and if you quote font names yourself, they were doubling them up. The solution was to simply leave the quotes out and let Quarto add them, but as of v1.6.34 this is fixed. That said, as you say, specifying |
Ahhh, interesting. Well good to know! |
Fix in #146 — it's pretty small! |
Something I observed polishing up the YAML options is that the
mainfont
option appears to be escaped differently to how our font options are. It's causing the custom font for the Minard example not to take properly:vs.
In the doc root, you can observe the variables:
Not really sure why this is, or if I'm escaping improperly in the YAML 🤔
The text was updated successfully, but these errors were encountered: