You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Did anyone else start having issues with their PDF exports on Tuesday? I have custom formatting for the title and headings in my PDF Stylesheet, which worked for months. Now, custom formatting is ignored for the title (h1) and Heading 4+ (h5+). The title uses a custom font as described here, but the headings do not. I also noticed line breaks are being applied differently than before in some cases (one word earlier).
The issue started Tuesday afternoon Eastern Time. I know this because I generated a perfect PDF in the morning, but by the evening I was seeing these issues.
There have been no changes to the PDF Stylesheet (confirmed against a backup) and the issue occurs with documents that have not been edited for months. All of my docs are based on the legacy editor since the new one is unusable.
My admin has raised a support ticket, but curious if anyone else is experiencing the same thing?
I haven't been able to figure out the custom font or the line breaks, and nothing helpful from Atlassian support other than suggesting I not use the custom font. Thanks.
I was able to fix the headings by adding !important after all the font sizes. For example:
font-size: 16px !important;
I had to use this before for other things, but never for font sizes. Definitely seems like something changed on the backend.