Commit:    533374c98c558896fa3a9002883a7df1b708ef2c
Author:    Arnaud Lemercier <[email protected]>         Sat, 22 Jul 2017 
02:45:22 +0200
Parents:   11dec8bfc10e15eb2bba5e7fb0416cf1c0951973
Branches:  master

Link:       
http://git.php.net/?p=web/news.git;a=commitdiff;h=533374c98c558896fa3a9002883a7df1b708ef2c

Log:
Define "Fira Mono" as message font (<pre> tag)

Changed paths:
  M  style.css


Diff:
diff --git a/style.css b/style.css
index 86b2da9..c9e368c 100644
--- a/style.css
+++ b/style.css
@@ -45,6 +45,10 @@ a:visited {
 .monospace.mod-small{
        font-size: 14px;
 }
+pre{
+       font-family: "Fira Mono", monospace;
+       font-size: 14px;
+}
 th {
        background: #CCC;
        font-weight: bold;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to