Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Closed Thread
 
LinkBack Thread Tools
Old February 4th, 2004, 03:10 PM   #1
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
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:
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 03:18 PM   #2
Rob
Elite Veteran
SuperMember
 
Rob's Avatar
 

Join Date: Jul 2003
Location: Southern UK
Age: 35
Posts: 3,126
Blog Entries: 7
Thanks: 28
Thanked 22 Times in 19 Posts
Rep Altering Power: 0 Rob is a jewel in the rough Rob is a jewel in the rough Rob is a jewel in the rough
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:
<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!
__________________
Rob - Webforumz Founder
Web Designer Support Network || Personal Project: Sanctuary for Student Midwives
Rob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 03:27 PM   #3
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
Thanks Rob, am going to download the program now and give it a go... stand by for a barrage of questions
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 04:46 PM   #4
WebForumz Admin Badge
 

Join Date: Jul 2003
Posts: 1,848
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 118 Webforumz Staff is on a distinguished road
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.
Webforumz Staff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 04:55 PM   #5
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
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:
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 05:44 PM   #6
Rob
Elite Veteran
SuperMember
 
Rob's Avatar
 

Join Date: Jul 2003
Location: Southern UK
Age: 35
Posts: 3,126
Blog Entries: 7
Thanks: 28
Thanked 22 Times in 19 Posts
Rep Altering Power: 0 Rob is a jewel in the rough Rob is a jewel in the rough Rob is a jewel in the rough
Embedding font's is totally ok. As long as you have an alternative specified that looks ok, then I dont see a problem.
__________________
Rob - Webforumz Founder
Web Designer Support Network || Personal Project: Sanctuary for Student Midwives
Rob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 06:17 PM   #7
WebForumz Admin Badge
 

Join Date: Jul 2003
Posts: 1,848
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 118 Webforumz Staff is on a distinguished road
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.
Webforumz Staff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 4th, 2004, 06:27 PM   #8
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
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
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 5th, 2004, 08:24 AM   #9
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
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
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 5th, 2004, 09:55 AM   #10
Reputable Member
 

Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 u2orange is on a distinguished road
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
u2orange is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old February 5th, 2004, 08:18 PM   #11
Reputable Member
 

Join Date: Jan 2004
Location: United Kingdom
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Galaxyblue is on a distinguished road
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
Galaxyblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Bookmarks

Tags
using , unusual , fonts


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Your Design and Layout 5 June 4th, 2008 03:26 AM
fonts... jtyoungs Graphic Specifics 7 January 30th, 2008 05:33 AM
different fonts technohamster HTML, XHTML and CSS 3 September 3rd, 2006 08:32 AM
Fonts Allu HTML, XHTML and CSS 4 June 28th, 2006 10:56 AM
Need help with unusual date query Donny Bahama Databases 1 April 6th, 2005 03:39 PM


Search Engine Optimization by vBSEO 3.2.0 RC8