Proper sansfontoptions syntax #2382
Unanswered
liamhaller
asked this question in
Q&A
Replies: 0 comments
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.
-
In my YAML header I would like to specify a hex color for the sansfont in my document however based on the Quarto documentation it's not readily clear how to incorporate the \fontspec options.
In the code below, I would like to set the sansfont to #ff7832, but I get the error
"sansfontoptions has value text: | \fontspec[Color="#ff7832"], which must be a string"
I have tried both with and without quotation marks. Is there a different way I should be formatting this?
I also tried to define a custom color, but did not have any success
Beta Was this translation helpful? Give feedback.
All reactions