emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] main a928476 1/3: Minor CSS font-family fixes (Bug#47671)


From: Stefan Kangas
Subject: [elpa] main a928476 1/3: Minor CSS font-family fixes (Bug#47671)
Date: Tue, 20 Apr 2021 09:44:11 -0400 (EDT)

branch: main
commit a92847686fa76227dfb2e4f5170d43b7347f8de9
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Minor CSS font-family fixes (Bug#47671)
    
    * html/layout.css (body, tt, code, pre): Fix font-family.
    Suggested by Sebastian Urban <mrsebastianurban@gmail.com>.
---
 html/layout.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/html/layout.css b/html/layout.css
index eb38ee9..b230937 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -47,7 +47,7 @@ table {
 /* End of reset */
 
 body {
-  font-family: "fira sans", sans;
+  font-family: "fira sans", sans-serif;
   line-height: 1.5em;
   font-size: 1.2em;
   color: #333;
@@ -92,6 +92,7 @@ a:hover {
 }
 
 tt, code {
+  font-family: "Fira Mono", monospace;
   background-color: rgb(238, 238, 238);
   border: 1px solid rgb(187, 187, 187);
   padding: 0px 6px;
@@ -99,7 +100,7 @@ tt, code {
 }
 
 pre {
-  font-family: "Fira Mono";
+  font-family: "Fira Mono", monospace;
   font-size: 14px;
   background: #fafafa;
   padding: 15px;



reply via email to

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