-
|
I have the following YAML header in a revealjs presentation. No matter what I choose in place of serif, such as Times New Roman, Georgia, or STIX, I get the fonts from the default theme. I'm rendering this by saying quarto render index.qmd --to revealjsWhenever I use any theme, its font is properly loaded, but I can't seem to change that either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
revealjs format in Quarto does not have Autocompletion in RStudio IDE or VS CODE probably have not suggested that to you I think. We use special improved theming system which you can customize using some SASS variables. See here: https://quarto.org/docs/presentations/revealjs/themes.html You'll find example on how to change font. |
Beta Was this translation helpful? Give feedback.
revealjs format in Quarto does not have
mainfontvariable - see reference here: https://quarto.org/docs/reference/formats/presentations/revealjs.htmlAutocompletion in RStudio IDE or VS CODE probably have not suggested that to you I think.
We use special improved theming system which you can customize using some SASS variables. See here: https://quarto.org/docs/presentations/revealjs/themes.html
You'll find example on how to change font.