Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Support for other font in CSS
  • Loading branch information
Klaus Thoden committed May 29, 2018
1 parent dafbe96 commit 5c13d6d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/epub_files/eoa-epub-libertine.css
@@ -0,0 +1,44 @@
/*
* h1 {
* font-style: italic;
* }
*/

body, div, p, h1, h2, h3, h4, dl, dt {
margin: 5pt;
padding: 0pt;
font-family: "Linux Libertine O";
}
.bibliography {
padding-left: 1em;
text-indent: -1em;
}

i > i {
font-style: normal;
}

.verse {
padding-left: 4em;
}

@font-face {
font-family: "Linux Libertine O";
src: url(fonts/LinLibertine_R.otf);
}
@font-face {
font-family: "Linux Libertine O";
font-weight: bold;
src: url(fonts/LinLibertine_RZ.otf);
}
@font-face {
font-family: "Linux Libertine O";
font-style: italic;
src: url(fonts/LinLibertine_RI.otf);
}
@font-face {
font-family: "Linux Libertine O";
font-style: italic;
font-weight: bold;
src: url(fonts/LinLibertine_RZI.otf);
}
File renamed without changes.

0 comments on commit 5c13d6d

Please sign in to comment.