This page last changed on Nov 20, 2006 by david.soul@atlassian.com.
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:
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.
You do not need to make changes in \confluence\WEB-INF\classes\styles\site-css.vm.
You may also change font size by overwriting the css in main.vmd. This could be more comfortable.
Just insert in main.vmd direct after
-
- HTML HEADER ENDS
the lines:
<style type="text/css">
body, p, td, table, tr, .bodytext, .stepfield Unknown macro: {
font-family}
</style>

Posted by f.marx@enbw.com at Jan 04, 2007 08:51
|
|