X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5b04b2994c70c88d76709823bc012f410c7a1370..8f76c14aae6e491816a0c07ec7fe66119dd34716:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index d11340c..d05a686 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -1,7 +1,33 @@ +@font-face { + font-family: "DejaVu Serif"; + font-weight: normal; + font-style: normal; + src: url(DejaVuSerif.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: bold; + font-style: normal; + src: url(DejaVuSerif-Bold.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: normal; + font-style: italic; + src: url(DejaVuSerif-Italic.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: bold; + font-style: italic; + src: url(DejaVuSerif-BoldItalic.ttf); +} + + body { font-size: 12pt; - font: Georgia, "Times New Roman" , serif; + font-family: "DejaVu Serif", serif; line-height: 1.5em; margin: 0; } @@ -15,7 +41,7 @@ a #book-text { margin: 2em; - margin-right: 9em; + /*margin-right: 9em;*/ } /* =================================================== */ @@ -75,12 +101,6 @@ p line-height: 1.5em; text-align: left; } -.dumb-viewer -{ - font-style: italic; - text-decoration: underline; - display: none; -} .annotation { @@ -193,11 +213,6 @@ div.kwestia margin-top: 0.5em; } -div.stanza -{ - margin-top: 1.5em; -} - .paragraph { text-align: justify;