Skip to content

Instantly share code, notes, and snippets.

@Maia-Everett
Last active May 4, 2021 03:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Maia-Everett/6e7fa74124065e7d84d6575ab787a465 to your computer and use it in GitHub Desktop.
Save Maia-Everett/6e7fa74124065e7d84d6575ab787a465 to your computer and use it in GitHub Desktop.
GM Binder CSS
<style>
@page {
size: A4;
}
.phb {
width: 210mm;
height: 296.8mm;
font-family: Mookmania;
font-size: 8.6pt;
}
.phb h1, .phb h2, .phb h3, .phb h4 {
font-family: Alegreya SC;
}
.phb h5 {
font-family: Alegreya Sans SC;
font-weight: bold;
}
.phb table, .phb table em, .phb table strong, .phb blockquote, .phb blockquote em, .phb blockquote strong {
font-family: Open Sans;
}
.phb table, .phb blockquote p, .phb blockquote ul {
font-size: 8pt;
}
.phb .partpage h1, .phb .cover-header {
font-family: Nodesto Cyrillic;
}
.phb .partpage h5 {
font-family: Alegreya Sans;
}
.phb h1 + p::first-letter {
font-family: Volbera;
}
.phb p, .phb ul {
line-height: 1.1;
hyphens: auto;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment