Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too. 
![]()
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:
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>
Regular Expression: