How to change the font size for printing an issue

To use specific font size for printing purposes, custom css specifying the desired font size can be add into the Announcement Banner.  The steps are as follow:

  1. Go to 'Administration' > 'System' > 'User Interface' > 'Announcement Banner'
  2. Enter the following code into the Announcement Banner section and change your desire font size: 

    <html>
    <head>
    <style>
    @media print
    {body{font-size:9pt !important;}
    </style>
    </head>

     

     

  3. Print preview an issue view to check if the JIRA font has changed into desired size. 

     

     

     

     

     

Related Content

Expand to see related content
Unknown macro: {dynamiccontentbylabel}

Help us improve!

Unknown macro: {kbsurvey}
Unknown macro: {htmlcomment}

Regular Expression:

Last modified on Oct 1, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.