Closed
Description
The default font size is a bit too small for me to read the documentation comfortably. I always find myself zooming the page to about 120-140%. This may be personal preference, of course.
I found some variables for font size, but I was unable to set them with html_theme_options
.
The way Alabaster does that seems good to me. There one can do:
html_theme_options = {
'font-size': '14px'
}
(Other than that, I think that Furo makes for a very good doc reading experience!)