website: Ensure Fira Sans bold is used for titles only.

* website/static/base/css/manual.css: Restrict Fira Sans bold rule to
h1, h2, h3, and h4.
This commit is contained in:
Ludovic Courtès 2023-05-25 16:28:02 +02:00
parent c95a1bcb8f
commit 4b5c0a2fa8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ label[for=all-dropdowns-hidden] {
/* In title and node titles, use Fira Sans as it is more pleasant and
more compact than Helvetica. */
.settitle, .top, .chapter, .section, .subsection, .subsubsection {
h1.settitle, h1.top, h2.chapter, h3.section, h4.subsection, h4.subsubsection {
font-family: Fira Sans, sans;
font-weight: bold;
}