Janet Systems FontSize adds the ability for a visitor to your website to
change the size of the font displayed. One of three text sizes may be chosen.
These are preconfigured as CSS files providing the extra required fonts.
The module maybe used in two ways:
- User Control- the module is referenced in the skin.
- Module - simply use the module as you would any other.
Note for both of the above options the module will need to be installed on
the website. The relevant CSS style is set at the location of the module
instance. Therefore it is advisable to place it as early as possible on the page
rendering, for example the top right of left corner. The CSS files used do not
replace the existing definition ofr hte module, rather they are sued to replace
the relevant values.

janet.FontSize as viewed on web page.
Module

janet.FontSize - Setting the CSS files to be used for
Small, Medium and Large Text.
User Control
At the top of the htm or ascx page add
<%@ Register TagPrefix="janet" TagName="FontSize"
Src="/Portals/0/~/DesktopModules/janet.FontSize/FontSize.ascx" %>
and at the location where you wish the FontSize module to appear add:
<janet:FontSize id="FontSize" runat="server"
TabName="FontSize" Small="/DotNetNuke/Portals/0/small.css"
Medium="/DotNetNuke/Portals/0/medium.css"
Large="/DotNetNuke/Portals/0/large.css" />
In the example above the css files for the small, medium and large font sizes
are defined.
CSS file
Given below is an example CSS file.
/* ================================ FontSize Override
(Large) ================================ */
.Normal
{
font-size:13pt;
}
p
{
font-size:13pt;
}
.MainMenu_MenuItem
{
font-size: 9pt;
}
.MainMenu_MenuItemSel {
font-size:
9pt;
}
.MainMenu_MenuArrow
{
font-size:
10pt;
}
.MainMenu_RootMenuArrow
{
font-size: 10pt;
}
.StandardButton {
font-size: 11px;
}
We are providing this module under the GPL license.
The module is available from our Downloads page.
Support and feedback
Support is through our Janet Systems forum.
We welcome suggestions regarding the FontSize DotNetNuke module. If there is
a feature, alteration or addition which you feel would benefit the module then
we would like to hear about it. Please follow the instructions on the Contact
page of our website www.janetsystems.co.uk