Home › Forums › General XMetaL Discussion › Zooom tags on view › Reply To: Zooom tags on view
Reply to: Zooom tags on view
June 16, 2010 at 1:06 amA quick and simple way to boost font size is to unzip the attached file and drop it into your C:Program FilesXMetaL 6.0AuthorDITAXACsditabase folder. It's a bit of CSS code that will change the default font size from 14px to 16px.
Alternatively, you could add the following line to the end of the ditabase-base-override.css file that you already have:
[code]$DOCUMENT {
font-size: 16px;
}
[/code]
Su-Laine