From c0f020139950b723ba68e007563c558037a41674 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Jul 2008 09:51:04 -0700 Subject: [PATCH] FB22LRF now uses serif fonts by default. --- src/calibre/ebooks/lrf/fb2/fb2.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/lrf/fb2/fb2.xsl b/src/calibre/ebooks/lrf/fb2/fb2.xsl index 098532e44b..75f3c245ed 100644 --- a/src/calibre/ebooks/lrf/fb2/fb2.xsl +++ b/src/calibre/ebooks/lrf/fb2/fb2.xsl @@ -43,6 +43,7 @@ SMALL{ font-size : 80% } BLOCKQUOTE{ margin-left :4em; margin-top:1em; margin-right:0.2em;} HR{ color : Black } + DIV{font-family : "Times New Roman", Times, serif; text-align : justify} UL{margin-left: 0} .epigraph{width:50%; margin-left : 35%;}