Dashboard > Confluence User Guides and Documents > ... > How Do I? > Change default font size in Confluence
Change default font size in Confluence Log In   View a printable version of the current page.

Added by david.soul@atlassian.com, last edited by david.soul@atlassian.com on Nov 21, 2006
Labels: 

There is no way to modify the default font size from the user interface, so you will need to customise Confluence's CSS manually. This can be modified in your Confluence install directory under \confluence\WEB-INF\classes\styles\site-css.vm

The first entry is:

body, p, td, table, tr, .bodytext, .stepfield {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

By changing the value of the font-size field, you will be able to increase or decrease the base font size shown in the browser.

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.1 Build:#916 Nov 09, 2007) - Bug/feature request - Contact Administrators