haydar
05-07-2009, 08:08 PM
what is regular font in html? isit a font style ?????
|
||||
what is regular font in htmlhaydar 05-07-2009, 08:08 PM what is regular font in html? isit a font style ????? marilynn.fowler 05-07-2009, 08:14 PM 16 point times new roman Arbitrator 05-07-2009, 09:12 PM what is regular font in html? isit a font style ?????Do a Web search for the term "Web-safe fonts" to get lists of fonts that people are likely to have installed on their computers. If you aren't particularly concerned about a specific font family, I would simply declare that the user's preferred sans-serif font be used via the sans-serif keyword: html { font-family: sans-serif; }. Serif fonts like Times New Roman (the default for browsers like Windows Internet Explorer) tend to be poor choices for screen body text. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum