Jump to content

Font families


DarkElf

Recommended Posts

I'm writing a webpage for my band which uses a font-family called flexure in its logo. I want to encorporate the font in the page but this only works for users who already have the font on their computer, which isn't many as it is not a common font. For users who don't already have the font the browser just defaults (normally to arial).Is it possible to put the font file on the server and then reference it? or is there some other way around this problem?I know I could use images for the elements in question, however I've encountered other problems with this approach, see http://w3schools.invisionzone.com/index.php?showtopic=1899

Link to comment
Share on other sites

I already tried that, the problem was that because the banner needs to span the entire page it resizes to fit the browser window. This had some undesirable effects on the quality of the textual part of the image.The other thread I linked to earlier refers.

Link to comment
Share on other sites

If you rule images out of the question then you can't, just switch the font to one that most people have (e.g. Lucida Console).

Link to comment
Share on other sites

I'm writing a webpage for my band which uses a font-family called flexure in its logo. I want to encorporate the font in the page but this only works for users who already have the font on their computer, which isn't many as it is not a common font. For users who don't already have the font the browser just defaults (normally to arial).Is it possible to put the font file on the server and then reference it? or is there some other way around this problem?I know I could use images for the elements in question, however I've encountered other problems with this approach, see http://w3schools.invisionzone.com/index.php?showtopic=1899

As far as i know CSS2/3 allows for downloadable fonts, i have never used it before but i searched google and got this page, it may help you:http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/
Link to comment
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
×
×
  • Create New...