[tex4ht-commits] [SCM] tex4ht updated: r764 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Jul 7 17:51:48 CEST 2020


Author: michal_h21
Date: 2020-07-07 18:51:47 +0300 (Tue, 07 Jul 2020)
New Revision: 764

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-fonts-noncjk.tex
Log:
Fixed htfcss declarations for charter fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-07-04 15:53:43 UTC (rev 763)
+++ trunk/lit/ChangeLog	2020-07-07 15:51:47 UTC (rev 764)
@@ -1,3 +1,11 @@
+2020-07-07 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-noncjk.tex (
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchr8r 
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8t
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8t
+	): fixed htfcss declarations (thanks to Linas Stonys)
+
 2020-07-02 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): don't use deprecated <mfence> element for

Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex	2020-07-04 15:53:43 UTC (rev 763)
+++ trunk/lit/tex4ht-fonts-noncjk.tex	2020-07-07 15:51:47 UTC (rev 764)
@@ -42943,7 +42943,6 @@
 
 \<bchr8r\><<<
 .pcrro8r
-htfcss: bchr8r  font-weight: bold;
 >>>
 
 \AddFont{bchr8r}{alias/bitstrea/charter/bchr8r}
@@ -43294,6 +43293,7 @@
 
 \<bchb8t\><<<
 .bchr8t      
+htfcss: bchb8t  font-weight: bold;
 >>>
 \AddFont{bchb8t}{alias/bitstrea/charter/bchb8t}
 
@@ -43314,6 +43314,7 @@
 
 \<bchri8t\><<<
 .bchr8t      
+htfcss: bchri8t font-style: italic;
 >>>
 \AddFont{bchri8t}{alias/bitstrea/charter/bchri8t}
 



More information about the tex4ht-commits mailing list.