Allow non-admin users to use their own fonts to Confluence for PDF exports

XMLWordPrintable

    • 0
    • 1

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      This is already possible to do in Confluence, but it requires system administrator permission. This should be changed to require only administrator permission to make this available for OnDemand customers.

      This is particularly important now that we support languages other than English in OnDemand.

      Workaround

      Admins can upload a single font:

      Also make sure to specify the CSS below in PDF Stylesheet:

      pre, .panel .panelContent pre {  
        font-family: ConfluenceInstalledFont, sans-serif;  
      }  
        
      div.codeContent.panelContent pre, .code pre, .preformatted pre, tt, kbd, code, samp {  
        font-family: ConfluenceInstalledFont, monospace !important;  
      }  
      

            Assignee:
            Unassigned
            Reporter:
            Nick Mason
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: