texinfo-commits
[Top][All Lists]
Advanced

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

[6919] font-family: initial for @r


From: Gavin D. Smith
Subject: [6919] font-family: initial for @r
Date: Mon, 04 Jan 2016 20:19:56 +0000

Revision: 6919
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6919
Author:   gavin
Date:     2016-01-04 20:19:54 +0000 (Mon, 04 Jan 2016)
Log Message:
-----------
font-family: initial for @r

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/HTML.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-03 21:27:43 UTC (rev 6918)
+++ trunk/ChangeLog     2016-01-04 20:19:54 UTC (rev 6919)
@@ -1,3 +1,8 @@
+2016-01-04  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Convert/HTML.pm (%css_map): Use 'font-family: initial'
+       instead of 'font-family: serif' for @r.  Suggestion from Karl Berry.
+
 2016-01-03  Gavin Smith  <address@hidden>
 
        * INSTALL: Some words about XS.

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2016-01-03 21:27:43 UTC (rev 6918)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2016-01-04 20:19:54 UTC (rev 6919)
@@ -1055,7 +1055,7 @@
      'pre.smalldisplay'       => 'font-family: inherit; font-size: smaller',
      'pre.smallexample'       => 'font-size: smaller',
      'span.sansserif'     => 'font-family: sans-serif; font-weight: normal',
-     'span.roman'         => 'font-family: serif; font-weight: normal',
+     'span.roman'         => 'font-family: initial; font-weight: normal',
      'span.nocodebreak'   => 'white-space: nowrap',
      'span.nolinebreak'   => 'white-space: nowrap',
      'kbd'                => 'font-style: oblique',




reply via email to

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