Using unusual fonts?

This is a discussion on "Using unusual fonts?" within the Web Page Design section. This forum, and the thread "Using unusual fonts? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Feb 4th, 2004, 19:10
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Using unusual fonts?

Hi all!

I am currently designing a craft site for a customer and she wants me to use a font called Papyrus...

Rather than creating all the text in fireworks as gifs is there anyway round this so the text will show as papyrus on other peoples computers?

Thanks in advance

Sarah xxx

PS, am using dreamweaver, cannot do CSS in Notepad as yet even though received a private lesson from a very lovely chappie :wink:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Feb 4th, 2004, 19:18
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,188
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
You can embed font's within flash files, and also within web pages (internet explorer only... as far as I know)

To embed a file in IE, first you need an application called 'WEFT' (Microsoft Web Embedding Fonts Tool)
You can download this here:-
http://www.microsoft.com/typography/web/embedding/weft/

When you use WEFT, it creates a "font object."
The font objects are compressed and subsetted so that they contain only the characters used by a particular site or page.

They are also privately installed by Internet Explorer 4.0 onwards so that they can't be accessed by other applications, and they can't be linked to sites that don't have permission to use them.

Once you have your WEFT font object, you can add a small descriptor to your CSS, and you are away!!
The descriptor will look alot like this:-
Code: Select all
<STYLE TYPE="text/css">
@font-face {
font-family: Papyrus;
font-weight: normal;
src: url(Papyrus.eot); }
</STYLE>
This code tells Internet Explorer 4.0 onwards, to use the Papyrus.eot font object whenever the Papyrus font is specified within the page. The browser will use the font object regardless of whether the font is specified using the FONT FACE tag, a linked or inline Cascading Style Sheet, or some other method.

Hope this helps!
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Feb 4th, 2004, 19:27
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Rob, am going to download the program now and give it a go... stand by for a barrage of questions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Feb 4th, 2004, 20:46
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I would suggest you don't embed fonts like that because it won't show up in anything other than IE which is quite a few browsers (myself included because I use opera). Either stick to the standard webfonts or make the header text, etc in that font and use it as an image and simply tell your client that there is no feasible way to get everyone to see this font. That is a limitation of the web that has obvious disadvantages, but at least it means that we can all actually read websites and there are less compatability problems.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Feb 4th, 2004, 20:55
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
hi Sirkent, and thanks for your reply...

What percentage of the internet users do you think use IE? I haven't got a problem using embedded fonts if only a small majority will see the site in basic web fonts and the majority see the papyrus font...

If I can get it working... I am having a few problems... have uploaded the .eot but it isn't working at the moment :sad:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Feb 4th, 2004, 21:44
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,188
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Embedding font's is totally ok. As long as you have an alternative specified that looks ok, then I dont see a problem.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old Feb 4th, 2004, 22:17
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I would agree with rob on that point. Always use an alternative. I was assuming that you didn't know about that, sorry if you do.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old Feb 4th, 2004, 22:27
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Sirkent, yes Rob had already advised me that I would need an alternative font for users of other browsers.

Good that it has been raised though - may help some other people.

Thanks again

Sarah x
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old Feb 5th, 2004, 12:24
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Right am so stuck on this is it untrue...

I have embedded the fonts as I need to... however, I am not sure I am using the right directory...

It gives me the option to choose a directory either on my hard drive, or http: This is what is says:

Only web pages located under the roots listed will be able to use the font objects created by weft. Add additional roots here:

Now, do I specify the folder on D where I hold the website, or the URL link of the site on the internet?

It also says that it automatically adds the code to your pages... which it hasn't.

Then I have the option:

Font objects may only be used from pages under this root:

And, again, I have the option to specify a c/d folder or a URL.

HELP :sad:

Thanks in advance

Sarah x
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #10  
Old Feb 5th, 2004, 13:55
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
I believe the software will be referencing the root of your website, i.e.,

If your sites path on your drive was "D:\virtualroot\webforumz.com" then you would need to put the font file there as this is the root of your website.

HTH
u2o
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #11  
Old Feb 6th, 2004, 00:18
Reputable Member
Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the reply u2o, I shall give that a try tomorrow... I must admit I didn't save the fonts in the root directory <bang head>

Sarah x
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
using, unusual, fonts

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best fonts to use rubyfruit Starting Out 5 Jun 4th, 2008 07:26
fonts... jtyoungs Graphics and 3D 7 Jan 30th, 2008 09:33
different fonts technohamster Web Page Design 3 Sep 3rd, 2006 12:32
Fonts Allu Web Page Design 4 Jun 28th, 2006 14:56
Need help with unusual date query Donny Bahama Databases 1 Apr 6th, 2005 19:39


All times are GMT. The time now is 14:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42