View Full Version : Web Page Font Question
Katt2
08-16-2007, 08:53 PM
I have a website that i made for myself that i show off my stuff
I made the page and used Verticalization font. if i have uploaded the font to my server or v deck when someone else views the page will the font show as if they had the font in there windows font folder . or does the person have to have that font on there computer to see what i see. hope this isnt confusing you . thanks kat
website in question here
www.kathyleaskreations.com
Terry Hanushek
08-16-2007, 09:49 PM
Kathy
I have a website that i made for myself that i show off my stuff
I made the page and used Verticalization font. if i have uploaded the font to my server or v deck when someone else views the page will the font show as if they had the font in there windows font folder . or does the person have to have that font on there computer to see what i see. hope this isnt confusing you . thanks kat
website in question here
www.kathyleaskreations.com (http://www.kathyleaskreations.com)
Generally speaking, if a font is used on a web page which is not on the visitor's computer, an available default font is selected.
You can specify more than one font by using the font family property:
.... {font-family: "font1","font2"} where font1 is your preferred font and font2 is a more common alternative. You can also use certain generic font names like sans-serif to control the appearance of your page.
It is possible to embedded a font on a page to support visitors who do not have it installed on their computer:
.... @font-face {font-family: "font1"; src: url (font1.eot) where url points to the location of the font. Not just any font can be used. Internet Explorer requires fonts to be in the .eot format prepared with a program named WEFT. This seems like what you are trying to accomplish. With a properly prepared font, a visitor does not need the font installed on his computer using this technique.
Terry
Phelyx
08-16-2007, 11:02 PM
All my design classes have stated to use common fonts otherwise the browser will default to a common windows font. IE, just because your website looks great on your computer in lets say Internet Explorer, doesn't mean it will look the same in Firefox or Opera.
Many developers including myself will code a website to multiple browsers, users, and screen types. Check http://www.faithcountryside.org/test to understand what I'm talking about. Just as Terry said, the web will not port fonts over to other computers, the browser is only ment as an interpreter (sp?) of code for a website, and nothing more.
Edit: Many developers who do want to have a certain look of a font will actually make the font into a gif image and display it that way.
Freehold Fred
08-17-2007, 01:30 AM
Terry,
As Johnny Carson used to say, "I didn't know that!" Nice!
It is possible to embedded a font on a page to support visitors who do not have it installed on their computer:
.... @font-face {font-family: "font1"; src: url (font1.eot) where url points to the location of the font. Not just any font can be used. Internet Explorer requires fonts to be in the .eot format prepared with a program named WEFT.
Terry
Freehold Fred
08-17-2007, 01:33 AM
Katt2,
All of the above discussion re: fonts apply, but FYI FF blocks a missing plug-in.
Your website has a very nice look about it!
Katt2
08-17-2007, 08:23 AM
Thanks everyone. Kinda figure it wouldnt but it was worth the question. and ty Fred for the compliment to
thanks phelyx and terry aswell. I might try to embedd he font code in as Terry suggested. . thanks again all katt2
Guest110
08-17-2007, 08:25 AM
A very pretty site Katt
Katt2
08-17-2007, 08:26 AM
All my design classes have stated to use common fonts otherwise the browser will default to a common windows font. IE, just because your website looks great on your computer in lets say Internet Explorer, doesn't mean it will look the same in Firefox or Opera.
Many developers including myself will code a website to multiple browsers, users, and screen types. Check http://www.faithcountryside.org/test to understand what I'm talking about. Just as Terry said, the web will not port fonts over to other computers, the browser is only ment as an interpreter (sp?) of code for a website, and nothing more.
Edit: Many developers who do want to have a certain look of a font will actually make the font into a gif image and display it that way.
Very true Phelyx as i have done this for the top gif. i should see if i can implement the button keys witht the font but i think it will distort the webpage but i might try that . thanks again. Katt2
Katt2
08-17-2007, 09:23 AM
Okay i redid the strip with the font. so now they can see it
www.kathyleaskreations.com.
great ideas and ty so much. can you see the font strip links now. katt2
Katt2
08-17-2007, 09:25 AM
A very pretty site Katt
Thanks Bm. :D
Guest117
08-17-2007, 09:55 AM
Nice site, Katt, but it's so......so........PINK!!!!:)
Katt2
08-17-2007, 01:22 PM
Nice site, Katt, but it's so......so........PINK!!!!:)
lol i no. Thanks tho. I wont keep it pink for long as i keep changing the colors lol .
your right thooo very pink. never liked that color and then all of a sudden now i like it. lol. have a great day.
:D
Capo_Crimini
08-20-2007, 10:31 AM
Your site is very nice work
Katt2
08-20-2007, 10:43 AM
Thanks Relzuz
Guest110
08-20-2007, 10:54 AM
If a little tooo pink lol
Katt2
08-20-2007, 11:02 AM
LOL i no i no but i like it i really do lol could go orange lol what do ya think lol
Capo_Crimini
08-21-2007, 01:11 AM
LOL i no i no but i like it i really do lol could go orange lol what do ya think lol
To many lols in one sentece :S
Katt2
08-21-2007, 06:55 AM
Okay hows this.
I no I no but i like it i really do could go orange what do ya think
Guest110
08-21-2007, 06:57 AM
http://i128.photobucket.com/albums/p186/Blackmirror007/butbutbut.gif
Like it with the lols in lol lol lol
Katt2
08-21-2007, 07:02 AM
http://i128.photobucket.com/albums/p186/Blackmirror007/butbutbut.gif
Like it with the lols in lol lol lol
Dont make me us them please dont k what else can i use :eek: :D :rolleyes:
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.