Skip to content

Instantly share code, notes, and snippets.

@crh0831
Created December 11, 2025 13:53
Show Gist options
  • Select an option

  • Save crh0831/11b461bc1351d22f491073c8d1000658 to your computer and use it in GitHub Desktop.

Select an option

Save crh0831/11b461bc1351d22f491073c8d1000658 to your computer and use it in GitHub Desktop.
Calibre CSS Bitter Typewriter
@import url(https://fonts.googleapis.com/css?family=Bitter);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);
body.calibre-viewer-paginated {
font-family: "Bitter", "Ubuntu Mono" !important;
font-size: 100%;
text-indent: 2em !important;
line-height: 175% !important;
padding: 10px;
word-wrap: break-word;
}
p, p.footnote {
font-family: "Bitter", "Ubuntu Mono" !important;
font-size: 100%;
word-wrap: break-word;
}
strong, emi, i {
color: #ffffcc;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Bitter", serif;
font-weight: 600;
line-height: 150% !important;
text-align: left;
color: #ffcc00;
}
span {display: inline;}
img {max-width: 100%;}
hr {border: 2px solid; border-radius: 2px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment