I have created a bs4 theme bookdown book. However, I am having no luck changing the global font size to be smaller.
In the _output.yml file, I have added the following bslib options: font_scale and font-size-base, but neither had any effect on the font size.
Attempt #1
bookdown::bs4_book:
css: bs4_style.css
theme:
primary: "#4C566A"
font_scale: 0.6
Attempt #2
bookdown::bs4_book:
css: bs4_style.css
theme:
primary: "#4C566A"
font-size-base: "0.5rem"