Jump to content

Using a local font


anonnerz

Recommended Posts

Hey,
I am trying to get my css file (located in ./) to include a font style from a ./Fonts file.

I have investigated it and found that its possible through a code like:

[code]#container {
font-family: Font; src: url('./Fonts/Font.ttf');
}[/code]

But i cant get it to work.
Here is what i've got:

[code]span.title_header {
background-image: url(Images/news_bgtile.png);
padding-right: 6px;
margin-left: 3px;
color: #FFF;
font-size: 28px;
font-family: Steelfish;
src: url("Fonts/SteelFish.ttf");
font-style: italic;
font-weight: bold;
}[/code]


Can anyone help?
Link to comment
Share on other sites

if the font is installed on your own pc then all you need do is use the correct name.

If you want to make this font avialable on-line then you will need to download MIcrosofts WEFT tool.
Check out this page [url=http://www.microsoft.com/typography/web/embedding/weft3/]http://www.microsoft.com/typography/web/embedding/weft3/[/url]

You need to create an .eot file ; this is the embedded font type stuff. Beware - this has apparantly been adopted as a standard BUT to date I think only IE supports it - indeed FF (needlessly I might add) blocks the downloading of any embedded fonts.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.