|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
What happens if the fonts I use for my design are not on the PC of my visitors .. ?
Is there no way to display the same fonts if fonts are not found on the PCs of people viewing the website ? |
|
||||
|
If you're using CSS to specify the font face, and you should be, you should always specify several fonts at once and you can specify different font's for every page element, id or class. For example, the <body>, <p>, <h1>, <td>, <div>, the list goes on.
This way, if the user does not have the first specified font installed, the browser will default to the next system font in the list. Here's how: (In your CSS stylesheet) HTML Code:
body{font:76% arial,helvetica,verdana; color:#000;}
HTML Code:
div#content {
font-family:arial, helvetica, verdana, tahoma;
color:#D2D5D8;
font-size:1.3em;
font-weight:normal;
p {font-family: "Courier New", Courier, monospace; }
For more information regarding CSS Styles, visit the W3C page at: CSS Tutorial Enjoy!
__________________
. Printer ink & toner cartridges in Canada | Web Payroll, online HR tools, time & attendance |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS and Fonts | dm2000t | Graphics & Design Discussion Forum | 14 | 04-09-2006 04:02 PM |
| What fonts are these, and does anyone have them? | ADAM Web Design | Graphics & Design Discussion Forum | 8 | 12-09-2005 05:29 PM |
| loading fonts into css | alanag | Graphics & Design Discussion Forum | 4 | 09-23-2005 12:58 PM |
| Fonts | ctopher | Graphics & Design Discussion Forum | 2 | 09-22-2004 05:03 AM |
| Fonts | ajpaulus | Graphics & Design Discussion Forum | 2 | 07-27-2004 02:23 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |