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.
I cant seem to be able to add google fonts to my pdf exports.
Ive tried the following:
@page {
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
}
font-family: Poppins, Helvetica, Arial, sans-serif;
}
as well as the following:
@page {
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
font-family: Poppins, Helvetica, Arial, sans-serif;
}
But no luck
Hello Clara,
Welcome to the Atlassian Community!
I believe you are trying to use a different font for your PDF exports and is trying to reference the address/location of the Google font there, from what I could see, and is trying to add that to the space settings, is that right?
By default, using custom fonts are not allowed in the editor, but it is possible to upload fonts to use with the PDF export, however those would need to be uploaded and installed to your Confluence Cloud site and this would need site-administrator or administrator permissions in order to do so.
You can ask your site-admin to follow this documentation to install a new font in the .ttf or .ttc file in the Confluence Settings > PDF Export Language Support from the sidebar.
Once this is done, you can follow with the Export PDF and see how it goes.
Cheers,
Jessica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.