Add a new translation table for a font family. A font family will be used to associate a single name and font styles with multiple fonts. A style will be identified with a single-character style identifier or a series of style identifiers. The only styles currently recognised are:
| b: | Bold (or heavy) fonts. Examples: Helvetica-Bold, Courier-Bold, Times-Bold. |
| i: | Italic (or oblique) fonts. Examples: Helvetica-Oblique, Courier-Oblique, Times-Italic. |
| bi: | Bold italic fonts. Examples Helvetica-BoldOblique, Courier-BoldOblique, Times-BoldItalic. |
| ib: | Italic bold fonts. Generally defined the same as bi font styles. Examples: Helvetica-BoldOblique, Courier-BoldOblique, Times-BoldItalic. |
Each font family key is the base name for the font.
<code/>and<pre/>for code samples.