![]() |
|
Admin Console Help
Home |
More Information > Font FamiliesRather than specify fonts for web pages, it is good practice to specify font families for fonts that are typically on a user's computer. Not all browsers display text the same way; test your results on all common browsers. To set a font, enter the name of the font you want, such as Arial, FranklinGothic, or Helvetica. In addition, you can specify a generic font such as serif, sans-serif, cursive, fantasy, or monospace. You can list choices, separated by commas; the browser attempts to provide the first choice if it exists on a computer, then tries the second choice, and so on. Put the generic font name last. For example, in the XSLT stylesheet, you can specify a font as shown in the following XSLT statement: <xsl:variable name="global_font">verdana,sans-serif</xsl:variable> For More InformationYou can read more about fonts and font families in the following references:
|
||
© Google Inc.
|