It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi all,
In order to display Cyrillic characters for PDF export, we upload our own .ttf file to replace the Confluence default one.
However, the PDF export generates a file with no bold character (on the contrary to Word export which works fine).
Any idea to resolve this? How could I find a font (.ttf file) which meets these "requirements"?
Thanks in advance,
I don't have an answer myself, but perhaps your topic is related to
https://jira.atlassian.com/browse/CONF-10048 and https://jira.atlassian.com/browse/CONF-30779
I had the exact same problem. Actually, what you need is not a single ttf but a ttc (collection of fonts). This ttc will embed all the versions of your font (bold, italic, etc). One could use fontforge to create it if not available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and you need to specify in your css: body,p,li,td,table,tr,.bodytext,.stepfield { font-family: ConfluenceInstalledFont; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Steffen Heller and @Benoit Plet , it fits to my need.
I'm going to create my own .ttc file from 2 sources:
1) my customized .ttf
2) the default Confluence .ttf. About it, how can I get it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used the "DejaVu" collection. It did a good job to cover special character. I have no clue about Cyrillic but it would worth trying it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this suggestion, it works fine (Cyrillic characters and bold are displayed in pdf export). Also, I've created a .ttc thanks to this software: http://fontforge.github.io/en-US/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.