HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 8th, 2000, 08:06 AM
tucats tucats is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 1999
Posts: 18 tucats User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i am using a font that i have downloaded on my computer... and of course, it works great on my computer at home... but it does not show up on the internet as the font that i want... (it shows up as the default font)

how can i use this font on my website...?

<font face="Kindergarten" size="7" color="#000099">kidz</font>

thank you for your time...

Reply With Quote
  #2  
Old February 8th, 2000, 09:24 AM
Gerhard Gerhard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2000
Posts: 77 Gerhard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
The font you use must be installed on the target system in order to be shown correctly. So in fact there are not so much fonts you can be sure to be at the visitors computer: Arial, Times, Verdana (?),..
You can also name alternative fonts, separated by commas:
<font face="Kindergarten,Arial,Helvetica" size="7" color="#000099">kidz</font>

Reply With Quote
  #3  
Old February 8th, 2000, 10:00 AM
Vernon Frazee Vernon Frazee is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 1999
Posts: 25 Vernon Frazee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The actual name of your Kindergarten font may be more than a single
word? For example, "Comic Sans MS" is one of the popular 3-word fonts.

To find out what the real name is double-click My Computer, then Control
Panel
, then Fonts. Click View then select Hide Variations. Press the K
key to get to the fonts that begin with K and look for the exact name/
spelling for your Kindergarten font. This is the exact string of
characters you need to use in your <font face= tag. For example:

* *<font face="Kindergarten Classic" size="7" ...

Now, because you have that font installed on your system, the "kidz"
string should appear the you want . . . on your system. Anyone else
visiting that page (once it's posted to the 'net of course) that does
not have that font installed on their system will not see the "kidz"
string in your "Kindergarten Classic" font. For this reason many usually
select a second and even a third more popular font that would suffice
and specify them too. For example:

* *<font face="Kindergarten Classic, Comic Sans MS" size="7" ...

[This message has been edited by Vernon Frazee (edited February 08, 2000).]

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > fonts

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap