guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Ensure Fira Sans bold is used for titles


From: Ludovic Courtès
Subject: branch master updated: website: Ensure Fira Sans bold is used for titles only.
Date: Thu, 25 May 2023 10:29:03 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 4b5c0a2  website: Ensure Fira Sans bold is used for titles only.
4b5c0a2 is described below

commit 4b5c0a2fa85e76add5de890f9755e3fb3c05a4ce
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu May 25 16:28:02 2023 +0200

    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.
---
 website/static/base/css/manual.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/static/base/css/manual.css 
b/website/static/base/css/manual.css
index 93ed862..8ecd872 100644
--- a/website/static/base/css/manual.css
+++ b/website/static/base/css/manual.css
@@ -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;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]