Publishing a fontsize and mainfont update to a web page #8
Unanswered
davidpassmore
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
-
Here is part of my YAML code from an update I made to my .qmd script --
format:
html:
lightbox: true
fontsize: .75em
mainfont: Georgia, serif;
My additions were for lightbox and font specs.
The updated index.html file manifests all updates locally.
However, when I publish my code, the lightbox addition is implemented, but the font specs are not.
Suggestions?
Thanks for your advice.
David
Beta Was this translation helpful? Give feedback.
All reactions