On 2022/10/31 20:27, Bagas Sanjaya wrote: > Hi, > > I have done make htmldocs on linux-next (which includes switching doc theme > to Alabaster) and see the results. > > Honestly, the font size for actual content (body) is only 10pt, which makes > reading the docs a bit harder. I think that 12pt should be more readable > instead. > > ---- >8 ---- > diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css > index 9b36f7abd24f3f..7894901ca92e4e 100644 > --- a/Documentation/sphinx-static/custom.css > +++ b/Documentation/sphinx-static/custom.css > @@ -10,6 +10,10 @@ div.body h3 { font-size: 130%; } > > /* Tighten up the layout slightly */ > div.body { padding: 0 15px 0 10px; } > + > +/* Largen body font size for readability */ > +div.body { font-size: 12pt; } > + > div.sphinxsidebarwrapper { padding: 1em 0.4em; } > /* Tweak document margins and don't force width */ > div.document { > > Thanks. > The text style also makes Chinese characters hard to read in my perspective. And the font "goudy old style" will let hyphen looks like a dot. -- Rui Li 0x77E6D821D7AE84FE