Fonts on html??
Closed
jv.java
Posts
7
Registration date
Friday April 18, 2008
Status
Member
Last seen
May 29, 2009
-
Aug 3, 2008 at 06:20 AM
Dora The Explorer Posts 2811 Registration date Monday September 3, 2007 Status Contributor Last seen September 1, 2011 - Aug 3, 2008 at 12:47 PM
Dora The Explorer Posts 2811 Registration date Monday September 3, 2007 Status Contributor Last seen September 1, 2011 - Aug 3, 2008 at 12:47 PM
Related:
- Fonts on html??
- Html font color - Guide
- Lingojam fonts - Guide
- Instagram bio tamil fonts - Guide
- How to install fonts windows 8 - Guide
- Pdf to word converter tamil fonts online ✓ - PDF Forum
1 response
Dora The Explorer
Posts
2811
Registration date
Monday September 3, 2007
Status
Contributor
Last seen
September 1, 2011
2
Aug 3, 2008 at 12:47 PM
Aug 3, 2008 at 12:47 PM
Hi,
All fonts are supported... but it needs to be installed on the computer of the client, that's why people use the most basic and common fonts. You have to use the fonts every one in his computer.
You also should write several fonts in your css code. The first one being the rarest and the one you prefer, the last one being the most common.
(an example of code)
Hope it helped, anyway you can google "css common fonts" and you will have many results.
All fonts are supported... but it needs to be installed on the computer of the client, that's why people use the most basic and common fonts. You have to use the fonts every one in his computer.
You also should write several fonts in your css code. The first one being the rarest and the one you prefer, the last one being the most common.
font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
(an example of code)
Hope it helped, anyway you can google "css common fonts" and you will have many results.