1

I feel very stupid for asking; the titular question says it all.

I looked through what I think is the CSS from Bootswatch that provides the default theme, but didn't find any enlightenment there.

Justin
  • 147
  • 1
  • 6
  • 3
    This link may provide some insight: https://quarto.org/docs/presentations/revealjs/themes.html or this one: https://quarto.org/docs/output-formats/html-themes.html – jpsmith Apr 22 '23 at 02:19

1 Answers1

2

The default CSS value for reveal.js presentations on Quarto is Source Sans Pro, Helvetica, sans-serif.

Santiago
  • 641
  • 3
  • 14
  • 1
    Che, gracias. Just so that I can figure out this kind of thing in the future, what did you look at to know this? – Justin Apr 22 '23 at 02:14
  • Al toke . I simply right-clicked on the text, inspect element and checked the font value. – Santiago Apr 22 '23 at 02:49
  • 1
    look at the default value of font family [here](https://quarto.org/docs/presentations/revealjs/themes.html#sass-variables), and it is indeed `Source Sans Pro, Helvetica, sans-serif` – shafee Apr 22 '23 at 03:15