[Bug 273885] Accessibility: review use of italicised green monospace in manual pages

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Sep 2023 15:00:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273885

Wolfram Schneider <wosch@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #3 from Wolfram Schneider <wosch@FreeBSD.org> ---
I think problem is in the new variable doc-page-topic-font

/usr/local/share/groff/1.23.0/tmac/mdoc/doc-nroff
.ds doc-page-topic-font \f[I]

if you change that to

.ds doc-page-topic-font \f[]

the title will be displayed without italic fonts

-- 
You are receiving this mail because:
You are on the CC list for the bug.