Example - Change the Fonts Used in Report Studio

Suppose you want to change the default font used in the HTML interface to one that properly renders special Asian characters.

Open the style/pat/skin.css file in a text editor and comment out the section that shows Tahoma as the first item in the font-family list. Select or create an entry that better meets your Unicode requirements.

@charset "UTF-8"; 
DIV.clsToolbar, 
... 
DIV.clsTabPanels 
{ 
	font-family:Tahoma, Arial, 'MS UI Gothic',
Gulim, SimSun, PMingLiU, Raghu8, 
'Arial Unicode MS', 'Andale WT', sans-serif; 
	font-size: 8pt; 
}