Navigation
Web Fonts
Purpose The font or typeface used in Alberta School of Business publications plays an important role in maintaining our visual identity. It is important that there be consistency across all Alberta School of Business web pages with respect to the fonts used. By default, our fonts, their respective sizes and attributes are predefined within our template style sheet. There should never be a need to override the preset standards. This page serves an informational purpose detailing the various settings used pertaining to fonts. |

|
Headings
The Alberta School of Business template has defined six headings. When designing a web page with headings it is important that you use the appropriate HTML heading tags.
| Name |
Font |
Size |
Attributes |
Colour |
HTML Tags |
Heading 1 |
Verdana |
16pt |
bold |
Dark Green RGB = 0,102,51 HEX = 006633 |
<h1></h1> |
Heading 2 |
Verdana |
14pt |
bold |
Dark Green RGB = 0,102,51 HEX = 006633 |
<h2></h2> |
Heading 3 |
Verdana |
11pt |
bold |
Dark Green RGB = 0,102,51 HEX = 006633 |
<h3></h3> |
| Heading 4 |
Verdana |
10pt |
bold |
Dark Green RGB = 0,102,51 HEX = 006633 |
<h4></h4> |
| Heading 5 |
Verdana |
9pt |
bold |
Black RGB = 0,0,0 HEX = 000000 |
<h5></h5> |
| Heading 6 |
Verdana |
9pt |
bold, italic |
Grey RGB = 102,102,102 HEX = 666666 |
<h6></h6> |
Normal Text
Normal Text is the standard typeface that is used for all literary content on our web pages. When ever you create a paragraph to offer an explanation or write a story "Normal Text" is what is being used. Normal Text has been defined with the following parameters.
| Name |
Font |
Size |
Attributes |
Colour |
HTML Tags |
| Normal Text |
Verdana |
100% of 12pt |
none |
black RGB = 0,0,0 HEX = 000000 |
<p></p> |
Hyperlinks
Hyperlinked text is used when you are referencing another page on the Alberta School of Business web site or when you are linking to an external web site. Hyperlinks have been defined with the following parameters.
| Name |
Font |
Size |
Attribute |
Colour |
HTML Tags |
| Hyperlink |
Verdana |
100% of 12pt |
underline |
Dark Green RGB = 50,91,50 HEX = 325B32 |
<a></a> |