We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04dd1f commit 3ab1875Copy full SHA for 3ab1875
theme/pdf/pdf.css
@@ -26,6 +26,9 @@
26
/* less space for sidebar pagebreaks*/
27
.less_space {margin-top: 0 !important;}
28
29
+/* tighten tracking for paragraphs */
30
+.fix_tracking { letter-spacing: -0.1pt; }
31
+
32
/* Adding font fallback for characters not represented in standard text font */
33
body[data-type="book"] { font-family: MinionPro, Symbola, ArialUnicodeMS }
34
0 commit comments