Hello,
in my PDF documents I need two things:
Still, when I include the custom font with
@font-face {
src: url(... path to ... fontname.otf);
-fs-pdf-font-embed: embed;
}
and export to PDF, it correctly shows all the text in that font but does not show these symbols.
What can I do to make that work?
Workarounds would be okay.
Is there a way to set the custom font back to Arial just for those single symbols. I tried that by wrapping ≥ with something real stupid that won't be used anywhere else in the document (a combination of <em> and <strong>) and defined
.wiki-content p em strong {
font-family: Arial, sans-serif;
font-weight: normal;
color: red;
}
but still ≥ wouldn't be shown.
Problem still existing ;-(
One thing I am still not really sure about:
Is it possible to globally change the standard Confluence font to a font of my liking?
With the result that this font will be used in PDF exports without need for any "font-family" definitions?
PS: I know the different bug reports about the "special char in PDF export" problem:
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.