All of lore.kernel.org
 help / color / mirror / Atom feed
* Font size for actual content in Alabaster too small?
@ 2022-10-31 12:27 Bagas Sanjaya
  2022-10-31 13:31 ` Rui Li
  2022-10-31 16:52 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2022-10-31 12:27 UTC (permalink / raw)
  To: Linux Doc Mailing List; +Cc: Jonathan Corbet, Mauro Carvalho Chehab

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.

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-01  8:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 12:27 Font size for actual content in Alabaster too small? Bagas Sanjaya
2022-10-31 13:31 ` Rui Li
2022-10-31 16:52 ` Jonathan Corbet
2022-11-01  8:59   ` Bagas Sanjaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.