guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: Add CSS @font-face for Fira Sans regular


From: Ludovic Courtès
Subject: branch master updated: website: Add CSS @font-face for Fira Sans regular.
Date: Thu, 25 May 2023 09:29:51 -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 c95a1bc  website: Add CSS @font-face for Fira Sans regular.
c95a1bc is described below

commit c95a1bcb8fb82294e8a2149fb143508325e19727
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu May 25 15:29:02 2023 +0200

    website: Add CSS @font-face for Fira Sans regular.
    
    * website/static/base/css/manual.css (@font-face): Add entry for Fira
    Sans regular.
---
 website/static/base/css/manual.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/static/base/css/manual.css 
b/website/static/base/css/manual.css
index 915c908..93ed862 100644
--- a/website/static/base/css/manual.css
+++ b/website/static/base/css/manual.css
@@ -309,6 +309,12 @@ label[for=all-dropdowns-hidden] {
     font-weight: bold;
     font-style: normal;
 }
+@font-face {
+    font-family: 'Fira Sans';
+    src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
 
 /* In title and node titles, use Fira Sans as it is more pleasant and
    more compact than Helvetica.  */



reply via email to

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