Jump to content
xisto Community
Sign in to follow this  
m3ch4

Help With Fonts

Recommended Posts

Hey there, I've been slowly studying up on html while I earn enough credits to get a page and I've run across two curious points to do with fonts and questions about them.You can use your own fonts, but unless a visitor has the font you specify in your source code, they won't see it, but you cann't upload a font to where you upload your site page files and reference it there...does anyone know why this is?And secondly, I have yet to run across a list of fonts that are loaded by default on various operation systems. Does a list of fonts that automatically get installed with various OS' exsist somewhere? and if so, can you post links here to them?thanks

Share this post


Link to post
Share on other sites

umm the fonts won't read because the users don't have them, therefore they can't see your font (catch-22) at least that is what I think you are asking about.To circumwent this problem, make your buttons into .gif files (or any other image file) and slice and code them. That way the users can see the cool font even if they don't have it.Lastly for the main content you can't just keep on making image files just use arial or times new roman, every computer now days have those files and they look the most professional

Share this post


Link to post
Share on other sites

Hey there, I've been slowly studying up on html while I earn enough credits to get a page and I've run across two curious points to do with fonts and questions about them.

 

You can use your own fonts, but unless a visitor has the font you specify in your source code, they won't see it, but you cann't upload a font to where you upload your site page files and reference it there...does anyone know why this is?

 

And secondly, I have yet to run across a list of fonts that are loaded by default on various operation systems. Does a list of fonts that automatically get installed with various OS' exsist somewhere? and if so, can you post links here to them?

 

thanks

<{POST_SNAPBACK}>


1. Just the way it is. Don't know. I guess it would be possible to have a temporary file for fonts, but there isn't LOL. So basically, the only reason you can't put a font on your server for reference is because the browser still couldn't display it. But, if you design in Flash, the font comes embeded within the file.

 

*And if your site is really good, you could have some kind of downloader that users download that extracts the font to their fonts, or something like that. There might be a way to put the font into their directory when they hit your site, like some kind of download prompt; just an idea to play around with.

 

2. I think that the following links are what you're looking for; listed from what I think is best to worst

 

http://www.microsoft.com/typography/fonts/

 

http://www.answers.com/search?q=list-of-fonts-in-mac-os-x

 

http://www.fixarna.com/frontpage/windowsfonts.htm

Share this post


Link to post
Share on other sites

@Dreamthanks for the suggestion, this'll probably be my main solution for things@ninjamunkyLISTS! Score! Thanks man, those were what I was looking for =Dthanks for the replys and explainations, much appreciated

Share this post


Link to post
Share on other sites

There was some way to do this... at least the technology was in its gestative stage when I'd read about it around 3-4 years ago. It's called WEFT or Web Embedded Font Technology. I haven't really kept track of it recently, so just google for WEFT and am sure you'll find loads of hits.

 

This was supposed to set the next standards for implementing embedded fonts on sites - to overcome just what you're trying to... :(

 

All the best..

Share this post


Link to post
Share on other sites

There was some way to do this... at least the technology was in its gestative stage when I'd read about it around 3-4 years ago. It's called WEFT or Web Embedded Font Technology. I haven't really kept track of it recently, so just google for WEFT and am sure you'll find loads of hits.

 

This was supposed to set the next standards for implementing embedded fonts on sites - to overcome just what you're trying to... :(

 

All the best..

<{POST_SNAPBACK}>

Chased after that, and came across...

 

http://forums.xisto.com/no_longer_exists/

http://forums.xisto.com/no_longer_exists/

http://forums.xisto.com/no_longer_exists/

 

..downloaded the program and checked it out, apparantly it just adds some css coding and then creates an "eot" file that points browsers to the files to load the font characters. It's pretty slick, but it's probably something that can be coded yourself. I've never heard of an "eot" file and don't know how to create it without the program though =/

Share this post


Link to post
Share on other sites

eot files are more than likely just simple text files. Just open them in a text editor and it should work.As for the font system, it is best to use the combination of the following fonts in your CSS.Arial, Helvettica, VerdanaThose three put together seem to be the pretty bogstandard text, that has literally become a design essential. Any serif-fonts are not looked upon as being eye-candy when it comes to websites. However, this rule doesn't apply to documents.For ages it has been the annoyance of many web newbies. The best way to do it is to stick to the design standards. I you are going to use non-standard fonts, then make sure they are images.--mik:P

Share this post


Link to post
Share on other sites

Twitch:unfortunately eot files are not text files =/ can't open them with notepad or anythign like that.I don't really want to use any fancy fonts or anything, I just want to make sure that my site can be read the same way from any browser so I can work out table sizes and stuff. mainly that's it, just making sure things are viewable by most people.so I'll keep to arial, Helvettica and verdana, but in the reverse order :D I like verdana better :(

Share this post


Link to post
Share on other sites

Hey there, I've been slowly studying up on html while I earn enough credits to get a page and I've run across two curious points to do with fonts and questions about them.

 

You can use your own fonts, but unless a visitor has the font you specify in your source code, they won't see it, but you cann't upload a font to where you upload your site page files and reference it there...does anyone know why this is?

 

And secondly, I have yet to run across a list of fonts that are loaded by default on various operation systems. Does a list of fonts that automatically get installed with various OS' exsist somewhere? and if so, can you post links here to them?

 

thanks

<{POST_SNAPBACK}>


I think the reason why you cannot upload your own fonts to the server is because of license and copyright issues. You can, however, have a link on your site that says "To best view this site, make sure you have blah blah font downloaded, and you can download it at so and so dot com." That way you can make sure that viewers will see the site the way it is supposed to look if they want to. The text will show up no matter what, but it will come out in times new roman or times.

 

Basically these are some of the fonts that are mainly used on all OS's that you can feel safe using:

 

Impact

Verdana

Times new roman

Times

Comic Sans MS

Arial

Share this post


Link to post
Share on other sites

Come on lesmizzi I know you’re smarter than that. Fonts are loaded by your operating system to be used by whatever programs want to use them so copyright is not the issue.The reason why people use arial, helvettica and verdana is because they are in the set of fonts that your OS install during the installation. Times and courier are also two of them.Now if your OS did not install a standard set of fonts you would not be able to read any installation instructions, or have labels for icons etc.Now on the other had of being able to upload fonts. It would greatly increase the amount of memory usage and disk space your computer use to add a new font to the list of fonts every time someone wanted you to see how fancy their page looked. To every new site you visit you may end up with a hundred and one fonts added every two hours of surfing.Now wouldn’t that be a pain in the but?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.