Hi.
We followed Atlassian's instructions for designing and manipulating PDF templates. Currently, we have the following information:
@media print { @page { size: A4; font-size: 0.6em; margin-top: 0; margin-right: 0; margin-bottom: 0.3in; margin-left: 0.2in; word-wrap: break-word; } }
The spacing works, but we can enter any value and any unit of measurement for the font size—the result, in terms of font size, is always the same. After an update from Atlassian, the fonts in the PDFs have became enormous.
Question: How can I really change the font-size? I want them smaller.
Best