X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/ef7911fba9c330552599bc6eb9dc22606246dd7e..68b03397a0872d10d3627cea2b92ae36bd59183c:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index f64978e..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; }