A <font> tag controls the font face, size, and color for its textual content.
            
| ![[Note]](images/note.png) | Note | 
|---|---|
| The XHMTL <font>tag, which controls the appearance of its content, is different 
                        from the top-level<font>which defines a font and imports it into the application. | 
<canvas height="75">
  <font name="Arioso" src="ariosor.ttf">
    <face src="ariosob.ttf" style="bold"/>
  </font>
  <text height="75">
    Some <font color="#ff0000">red</font> text, and text
    in <font face="Arioso" size="24">Arioso</font>
    and <font face="Arioso" size="24"><b>Arioso bold</b></font>.
  </text>
</canvas>
               | Name (CSS property) | Type (tag) | Type (js) | Default | Category | 
|---|---|---|---|---|
| color | initialize-only | |||
| face | initialize-only | |||
| size | initialize-only | |||
Copyright © 2002-2010 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.