X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/4edcff3a9e2a4bb2ecb7ab228e5bf37dd28d7e14..8f76c14aae6e491816a0c07ec7fe66119dd34716:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 652d903..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; } @@ -187,11 +213,6 @@ div.kwestia margin-top: 0.5em; } -div.stanza -{ - margin-top: 1.5em; -} - .paragraph { text-align: justify;