Website fonts, can they be on a server?

Associate
Joined
7 Sep 2007
Posts
400
Location
Edinburgh
If I use a font on a website, which is not on a visitors computer, can I place the font on the server so it is read from there?

Johnny.
 
Yes but it might break copyright laws of the font producer :) If you put a font online then anyone can view your HTML/CSS files and grab the font which means they haven't paid for it!

Even if it is a free font you have to check before doing so

If you HAVE to use a custom font try cufon or sIFR, font replacement, otherwise use images with good alt tags
 
If you can I'd try and stick to web-safe fonts. I've tried to muck around with @font-face and found it's implementation iffy at best between browsers, especially on Fisher Price Speak 'n Spells* - although admittedly this was a few years ago.

What I tend to do is use sIFR for headings as they can still be H1 tags for SEO, and then use a standard font for the main copy. Using different em sizing, line-heights and letter-spacings you can make old fonts look different and more interesting.

* I believe these are also called 'Macs'
 
Back
Top Bottom