Commit 653793b8 authored by Petr Vorel's avatar Petr Vorel Committed by Jonathan Corbet
Browse files

Documentation: CSS: Improve man page font



Define man page font as monospace and bold, i.e. the same as what is
used for .code and <pre>.

Signed-off-by: default avatarPetr Vorel <pvorel@suse.cz>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20260113113612.315748-4-pvorel@suse.cz>
parent 9088a767
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -151,3 +151,9 @@ div.sphinxsidebar a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

a.manpage {
	font-style: normal;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}